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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1081",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1079",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1080,
    "results": [
        {
            "start": 1253203835,
            "stop": 1253205333
        },
        {
            "start": 1253205337,
            "stop": 1253205338
        },
        {
            "start": 1253205341,
            "stop": 1253206632
        },
        {
            "start": 1253206635,
            "stop": 1253207628
        },
        {
            "start": 1253207633,
            "stop": 1253207699
        },
        {
            "start": 1253207704,
            "stop": 1253207804
        },
        {
            "start": 1253207808,
            "stop": 1253209236
        },
        {
            "start": 1253209240,
            "stop": 1253209251
        },
        {
            "start": 1253209255,
            "stop": 1253209528
        },
        {
            "start": 1253209532,
            "stop": 1253210043
        },
        {
            "start": 1253210046,
            "stop": 1253210588
        },
        {
            "start": 1253210592,
            "stop": 1253210823
        },
        {
            "start": 1253210827,
            "stop": 1253212013
        },
        {
            "start": 1253212016,
            "stop": 1253212191
        },
        {
            "start": 1253212194,
            "stop": 1253213348
        },
        {
            "start": 1253213352,
            "stop": 1253214317
        },
        {
            "start": 1253214321,
            "stop": 1253215604
        },
        {
            "start": 1253215612,
            "stop": 1253216660
        },
        {
            "start": 1253216668,
            "stop": 1253217043
        },
        {
            "start": 1253217051,
            "stop": 1253218308
        }
    ]
}