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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=25",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 26,
    "results": [
        {
            "start": 938041967,
            "stop": 938042682
        },
        {
            "start": 938045754,
            "stop": 938085232
        },
        {
            "start": 938087854,
            "stop": 938100963
        },
        {
            "start": 938101407,
            "stop": 938146414
        },
        {
            "start": 938147025,
            "stop": 938170623
        },
        {
            "start": 938171214,
            "stop": 938176435
        },
        {
            "start": 938177323,
            "stop": 938181937
        },
        {
            "start": 938185895,
            "stop": 938190605
        },
        {
            "start": 938195026,
            "stop": 938196242
        },
        {
            "start": 938197492,
            "stop": 938203227
        },
        {
            "start": 938210811,
            "stop": 938224798
        },
        {
            "start": 938232856,
            "stop": 938233412
        },
        {
            "start": 938249171,
            "stop": 938259663
        },
        {
            "start": 938261790,
            "stop": 938262073
        },
        {
            "start": 938262653,
            "stop": 938263877
        },
        {
            "start": 938316290,
            "stop": 938317006
        },
        {
            "start": 938370827,
            "stop": 938371151
        },
        {
            "start": 938371750,
            "stop": 938373010
        },
        {
            "start": 938410245,
            "stop": 938415815
        },
        {
            "start": 938418895,
            "stop": 938427261
        }
    ]
}