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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 29,
    "results": [
        {
            "start": 931244439,
            "stop": 931245754
        },
        {
            "start": 931245756,
            "stop": 931246870
        },
        {
            "start": 931246871,
            "stop": 931257267
        },
        {
            "start": 931257268,
            "stop": 931257317
        },
        {
            "start": 931257319,
            "stop": 931257340
        },
        {
            "start": 931257342,
            "stop": 931257470
        },
        {
            "start": 931257472,
            "stop": 931257473
        },
        {
            "start": 931257474,
            "stop": 931258221
        },
        {
            "start": 931258223,
            "stop": 931258227
        },
        {
            "start": 931258229,
            "stop": 931258276
        },
        {
            "start": 931258278,
            "stop": 931258283
        },
        {
            "start": 931258285,
            "stop": 931258287
        },
        {
            "start": 931262804,
            "stop": 931262855
        },
        {
            "start": 931262856,
            "stop": 931263075
        },
        {
            "start": 931263077,
            "stop": 931263685
        },
        {
            "start": 931263687,
            "stop": 931263732
        },
        {
            "start": 931263733,
            "stop": 931263798
        },
        {
            "start": 931263799,
            "stop": 931263816
        },
        {
            "start": 931263817,
            "stop": 931264013
        },
        {
            "start": 931264015,
            "stop": 931264382
        }
    ]
}