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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=192",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 193,
    "results": [
        {
            "start": 838495209,
            "stop": 838499612
        },
        {
            "start": 838499613,
            "stop": 838499638
        },
        {
            "start": 838499640,
            "stop": 838499662
        },
        {
            "start": 838499664,
            "stop": 838503355
        },
        {
            "start": 838503358,
            "stop": 838524229
        },
        {
            "start": 838524232,
            "stop": 838524264
        },
        {
            "start": 838524265,
            "stop": 838561076
        },
        {
            "start": 838561078,
            "stop": 838568613
        },
        {
            "start": 838568616,
            "stop": 838569145
        },
        {
            "start": 838571515,
            "stop": 838576646
        },
        {
            "start": 838576649,
            "stop": 838576655
        },
        {
            "start": 838576658,
            "stop": 838577980
        },
        {
            "start": 838577984,
            "stop": 838577985
        },
        {
            "start": 838579023,
            "stop": 838583316
        },
        {
            "start": 838583319,
            "stop": 838584333
        },
        {
            "start": 838584336,
            "stop": 838584342
        },
        {
            "start": 838584345,
            "stop": 838584417
        },
        {
            "start": 838585043,
            "stop": 838588609
        },
        {
            "start": 838588611,
            "stop": 838607402
        },
        {
            "start": 838607702,
            "stop": 838609317
        }
    ]
}