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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=171
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=170",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 171,
    "results": [
        {
            "start": 931922616,
            "stop": 931940108
        },
        {
            "start": 931940115,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931952997
        },
        {
            "start": 931954992,
            "stop": 931956086
        },
        {
            "start": 931972859,
            "stop": 931979323
        },
        {
            "start": 931983901,
            "stop": 931985752
        },
        {
            "start": 931988658,
            "stop": 931989827
        },
        {
            "start": 931989833,
            "stop": 931991822
        },
        {
            "start": 931998060,
            "stop": 931998938
        },
        {
            "start": 932001611,
            "stop": 932002953
        },
        {
            "start": 932002964,
            "stop": 932003134
        },
        {
            "start": 932003140,
            "stop": 932003757
        },
        {
            "start": 932010680,
            "stop": 932011099
        },
        {
            "start": 932014809,
            "stop": 932015459
        },
        {
            "start": 932017822,
            "stop": 932020705
        },
        {
            "start": 932020711,
            "stop": 932025262
        },
        {
            "start": 932033001,
            "stop": 932033734
        },
        {
            "start": 932033736,
            "stop": 932033749
        },
        {
            "start": 932033751,
            "stop": 932033779
        },
        {
            "start": 932033781,
            "stop": 932033869
        }
    ]
}