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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=85",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 86,
    "results": [
        {
            "start": 817765401,
            "stop": 817765844
        },
        {
            "start": 817765873,
            "stop": 817766907
        },
        {
            "start": 817766915,
            "stop": 817766978
        },
        {
            "start": 817767017,
            "stop": 817767692
        },
        {
            "start": 817767711,
            "stop": 817768092
        },
        {
            "start": 817768105,
            "stop": 817768545
        },
        {
            "start": 817768574,
            "stop": 817768588
        },
        {
            "start": 817768617,
            "stop": 817769198
        },
        {
            "start": 817769206,
            "stop": 817769293
        },
        {
            "start": 817769324,
            "stop": 817769325
        },
        {
            "start": 817771268,
            "stop": 817771336
        },
        {
            "start": 817771365,
            "stop": 817771523
        },
        {
            "start": 817771552,
            "stop": 817771753
        },
        {
            "start": 817773011,
            "stop": 817773665
        },
        {
            "start": 817773790,
            "stop": 817773858
        },
        {
            "start": 817773904,
            "stop": 817773992
        },
        {
            "start": 817774021,
            "stop": 817774376
        },
        {
            "start": 817774405,
            "stop": 817774915
        },
        {
            "start": 817774988,
            "stop": 817775033
        },
        {
            "start": 817775063,
            "stop": 817775064
        }
    ]
}