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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=102",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 103,
    "results": [
        {
            "start": 833395014,
            "stop": 833396804
        },
        {
            "start": 833396826,
            "stop": 833396827
        },
        {
            "start": 833396835,
            "stop": 833398090
        },
        {
            "start": 833399304,
            "stop": 833410020
        },
        {
            "start": 833410027,
            "stop": 833412458
        },
        {
            "start": 833413588,
            "stop": 833414801
        },
        {
            "start": 833415299,
            "stop": 833416122
        },
        {
            "start": 833416129,
            "stop": 833418061
        },
        {
            "start": 833419404,
            "stop": 833425455
        },
        {
            "start": 833426521,
            "stop": 833430825
        },
        {
            "start": 833432049,
            "stop": 833433251
        },
        {
            "start": 833434393,
            "stop": 833446738
        },
        {
            "start": 833448776,
            "stop": 833451132
        },
        {
            "start": 833452239,
            "stop": 833480259
        },
        {
            "start": 833480266,
            "stop": 833480336
        },
        {
            "start": 833481420,
            "stop": 833501003
        },
        {
            "start": 833501055,
            "stop": 833539526
        },
        {
            "start": 833539533,
            "stop": 833564231
        },
        {
            "start": 833564238,
            "stop": 833574525
        },
        {
            "start": 833574532,
            "stop": 833575048
        }
    ]
}