Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=169
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=168",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 169,
    "results": [
        {
            "start": 835976651,
            "stop": 835978478
        },
        {
            "start": 835978479,
            "stop": 835978753
        },
        {
            "start": 835980371,
            "stop": 835984093
        },
        {
            "start": 835985009,
            "stop": 835988036
        },
        {
            "start": 835988037,
            "stop": 835988653
        },
        {
            "start": 835988797,
            "stop": 835989613
        },
        {
            "start": 835989742,
            "stop": 835991556
        },
        {
            "start": 835991559,
            "stop": 835997884
        },
        {
            "start": 835997887,
            "stop": 835997890
        },
        {
            "start": 835997894,
            "stop": 835997906
        },
        {
            "start": 835997909,
            "stop": 835997914
        },
        {
            "start": 835997917,
            "stop": 835997925
        },
        {
            "start": 835997928,
            "stop": 836033503
        },
        {
            "start": 836033504,
            "stop": 836035655
        },
        {
            "start": 836035657,
            "stop": 836038566
        },
        {
            "start": 836038570,
            "stop": 836038574
        },
        {
            "start": 836038576,
            "stop": 836038593
        },
        {
            "start": 836038596,
            "stop": 836038635
        },
        {
            "start": 836038637,
            "stop": 836038638
        },
        {
            "start": 836038640,
            "stop": 836038657
        }
    ]
}