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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=55",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 56,
    "results": [
        {
            "start": 817760822,
            "stop": 817760830
        },
        {
            "start": 817760838,
            "stop": 817760927
        },
        {
            "start": 817760935,
            "stop": 817761152
        },
        {
            "start": 817761160,
            "stop": 817765844
        },
        {
            "start": 817765852,
            "stop": 817766978
        },
        {
            "start": 817766986,
            "stop": 817766987
        },
        {
            "start": 817766996,
            "stop": 817768545
        },
        {
            "start": 817768553,
            "stop": 817768588
        },
        {
            "start": 817768596,
            "stop": 817769325
        },
        {
            "start": 817771268,
            "stop": 817771336
        },
        {
            "start": 817771344,
            "stop": 817771523
        },
        {
            "start": 817771531,
            "stop": 817771776
        },
        {
            "start": 817773011,
            "stop": 817773665
        },
        {
            "start": 817773687,
            "stop": 817773697
        },
        {
            "start": 817773706,
            "stop": 817773713
        },
        {
            "start": 817773725,
            "stop": 817773732
        },
        {
            "start": 817773742,
            "stop": 817773761
        },
        {
            "start": 817773769,
            "stop": 817773858
        },
        {
            "start": 817773866,
            "stop": 817773875
        },
        {
            "start": 817773883,
            "stop": 817773992
        }
    ]
}