Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=133
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 133,
    "results": [
        {
            "start": 931375515,
            "stop": 931375523
        },
        {
            "start": 931375525,
            "stop": 931375537
        },
        {
            "start": 931375539,
            "stop": 931375540
        },
        {
            "start": 931375543,
            "stop": 931375562
        },
        {
            "start": 931375563,
            "stop": 931375598
        },
        {
            "start": 931375600,
            "stop": 931375608
        },
        {
            "start": 931375610,
            "stop": 931375683
        },
        {
            "start": 931375685,
            "stop": 931375755
        },
        {
            "start": 931375757,
            "stop": 931375769
        },
        {
            "start": 931375771,
            "stop": 931375807
        },
        {
            "start": 931375810,
            "stop": 931375833
        },
        {
            "start": 931375834,
            "stop": 931375842
        },
        {
            "start": 931375844,
            "stop": 931375885
        },
        {
            "start": 931375888,
            "stop": 931376201
        },
        {
            "start": 931376204,
            "stop": 931376220
        },
        {
            "start": 931376222,
            "stop": 931376225
        },
        {
            "start": 931376226,
            "stop": 931376284
        },
        {
            "start": 931376287,
            "stop": 931376322
        },
        {
            "start": 931376323,
            "stop": 931376371
        },
        {
            "start": 931376374,
            "stop": 931376402
        }
    ]
}