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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2421",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2422,
    "results": [
        {
            "start": 873616395,
            "stop": 873617896
        },
        {
            "start": 873618210,
            "stop": 873618214
        },
        {
            "start": 873618324,
            "stop": 873618357
        },
        {
            "start": 873618657,
            "stop": 873623495
        },
        {
            "start": 873623512,
            "stop": 873627644
        },
        {
            "start": 873627825,
            "stop": 873631504
        },
        {
            "start": 873647650,
            "stop": 873647669
        },
        {
            "start": 873648180,
            "stop": 873648240
        },
        {
            "start": 873648420,
            "stop": 873648455
        },
        {
            "start": 873650307,
            "stop": 873650451
        },
        {
            "start": 873650493,
            "stop": 873651110
        },
        {
            "start": 873651240,
            "stop": 873651387
        },
        {
            "start": 873651394,
            "stop": 873651420
        },
        {
            "start": 873651545,
            "stop": 873651617
        },
        {
            "start": 873651917,
            "stop": 873652155
        },
        {
            "start": 873652265,
            "stop": 873652554
        },
        {
            "start": 873652600,
            "stop": 873652765
        },
        {
            "start": 873653526,
            "stop": 873653657
        },
        {
            "start": 873653957,
            "stop": 873655920
        },
        {
            "start": 873655999,
            "stop": 873657090
        }
    ]
}