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=7116
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=7117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7115",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7116,
    "results": [
        {
            "start": 874251842,
            "stop": 874251896
        },
        {
            "start": 874251897,
            "stop": 874251975
        },
        {
            "start": 874251976,
            "stop": 874252204
        },
        {
            "start": 874252205,
            "stop": 874252562
        },
        {
            "start": 874252563,
            "stop": 874252598
        },
        {
            "start": 874252600,
            "stop": 874252603
        },
        {
            "start": 874252604,
            "stop": 874252714
        },
        {
            "start": 874252716,
            "stop": 874253229
        },
        {
            "start": 874253230,
            "stop": 874253258
        },
        {
            "start": 874253260,
            "stop": 874253273
        },
        {
            "start": 874253274,
            "stop": 874253880
        },
        {
            "start": 874253881,
            "stop": 874253981
        },
        {
            "start": 874253983,
            "stop": 874254005
        },
        {
            "start": 874254007,
            "stop": 874254016
        },
        {
            "start": 874254017,
            "stop": 874254068
        },
        {
            "start": 874254069,
            "stop": 874254132
        },
        {
            "start": 874254134,
            "stop": 874254166
        },
        {
            "start": 874254168,
            "stop": 874254479
        },
        {
            "start": 874254480,
            "stop": 874254495
        },
        {
            "start": 874254496,
            "stop": 874254728
        }
    ]
}