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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=126",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 127,
    "results": [
        {
            "start": 836774213,
            "stop": 836775536
        },
        {
            "start": 836775544,
            "stop": 836776357
        },
        {
            "start": 836777302,
            "stop": 836780562
        },
        {
            "start": 836780569,
            "stop": 836781413
        },
        {
            "start": 836781420,
            "stop": 836782091
        },
        {
            "start": 836796127,
            "stop": 836800497
        },
        {
            "start": 836801661,
            "stop": 836810471
        },
        {
            "start": 836810478,
            "stop": 836847656
        },
        {
            "start": 836847658,
            "stop": 836847678
        },
        {
            "start": 836847680,
            "stop": 836848171
        },
        {
            "start": 836848280,
            "stop": 836858161
        },
        {
            "start": 836859132,
            "stop": 836859605
        },
        {
            "start": 836859613,
            "stop": 836860366
        },
        {
            "start": 836860505,
            "stop": 836861783
        },
        {
            "start": 836863621,
            "stop": 836867545
        },
        {
            "start": 836867547,
            "stop": 836880503
        },
        {
            "start": 836880509,
            "stop": 836928236
        },
        {
            "start": 836928350,
            "stop": 836929020
        },
        {
            "start": 836930851,
            "stop": 836932108
        },
        {
            "start": 836933582,
            "stop": 836934877
        }
    ]
}