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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=49",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 50,
    "results": [
        {
            "start": 823018000,
            "stop": 823018349
        },
        {
            "start": 823020636,
            "stop": 823021814
        },
        {
            "start": 823021942,
            "stop": 823022083
        },
        {
            "start": 823022220,
            "stop": 823022921
        },
        {
            "start": 823023021,
            "stop": 823023270
        },
        {
            "start": 823023624,
            "stop": 823029641
        },
        {
            "start": 823030532,
            "stop": 823032435
        },
        {
            "start": 823034368,
            "stop": 823040292
        },
        {
            "start": 823040372,
            "stop": 823042031
        },
        {
            "start": 823042068,
            "stop": 823048717
        },
        {
            "start": 823048874,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080390
        },
        {
            "start": 823162541,
            "stop": 823162951
        },
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823188422
        },
        {
            "start": 823190504,
            "stop": 823191317
        },
        {
            "start": 823192689,
            "stop": 823193345
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205249
        },
        {
            "start": 823205697,
            "stop": 823209520
        }
    ]
}