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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=67",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 68,
    "results": [
        {
            "start": 932073973,
            "stop": 932073988
        },
        {
            "start": 932073989,
            "stop": 932073992
        },
        {
            "start": 932073993,
            "stop": 932073994
        },
        {
            "start": 932073995,
            "stop": 932074000
        },
        {
            "start": 932074004,
            "stop": 932074005
        },
        {
            "start": 932074011,
            "stop": 932074013
        },
        {
            "start": 932074015,
            "stop": 932074022
        },
        {
            "start": 932074023,
            "stop": 932074029
        },
        {
            "start": 932074030,
            "stop": 932074034
        },
        {
            "start": 932074037,
            "stop": 932074039
        },
        {
            "start": 932074044,
            "stop": 932074047
        },
        {
            "start": 932074055,
            "stop": 932074057
        },
        {
            "start": 932074058,
            "stop": 932074065
        },
        {
            "start": 932074068,
            "stop": 932074070
        },
        {
            "start": 932074075,
            "stop": 932074080
        },
        {
            "start": 932074084,
            "stop": 932074091
        },
        {
            "start": 932074092,
            "stop": 932074093
        },
        {
            "start": 932074094,
            "stop": 932074096
        },
        {
            "start": 932074102,
            "stop": 932074109
        },
        {
            "start": 932074111,
            "stop": 932074117
        }
    ]
}