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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=45",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 46,
    "results": [
        {
            "start": 942271009,
            "stop": 942272554
        },
        {
            "start": 942273824,
            "stop": 942275726
        },
        {
            "start": 942278292,
            "stop": 942281382
        },
        {
            "start": 942282370,
            "stop": 942283821
        },
        {
            "start": 942284539,
            "stop": 942287363
        },
        {
            "start": 942289391,
            "stop": 942291597
        },
        {
            "start": 942293203,
            "stop": 942296286
        },
        {
            "start": 942297595,
            "stop": 942297734
        },
        {
            "start": 942298558,
            "stop": 942309579
        },
        {
            "start": 942310248,
            "stop": 942327268
        },
        {
            "start": 942330132,
            "stop": 942330243
        },
        {
            "start": 942331426,
            "stop": 942332336
        },
        {
            "start": 942333393,
            "stop": 942336065
        },
        {
            "start": 942337150,
            "stop": 942341136
        },
        {
            "start": 942341649,
            "stop": 942341945
        },
        {
            "start": 942343088,
            "stop": 942343118
        },
        {
            "start": 942346580,
            "stop": 942353180
        },
        {
            "start": 942356963,
            "stop": 942363766
        },
        {
            "start": 942364472,
            "stop": 942377559
        },
        {
            "start": 942378531,
            "stop": 942383540
        }
    ]
}