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=1100
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=1101",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1099",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1100,
    "results": [
        {
            "start": 1253828146,
            "stop": 1253828331
        },
        {
            "start": 1253828333,
            "stop": 1253828445
        },
        {
            "start": 1253828449,
            "stop": 1253828952
        },
        {
            "start": 1253828954,
            "stop": 1253829113
        },
        {
            "start": 1253829117,
            "stop": 1253829430
        },
        {
            "start": 1253829434,
            "stop": 1253831959
        },
        {
            "start": 1253841301,
            "stop": 1253844042
        },
        {
            "start": 1253844047,
            "stop": 1253844765
        },
        {
            "start": 1253844768,
            "stop": 1253845186
        },
        {
            "start": 1253845190,
            "stop": 1253845950
        },
        {
            "start": 1253845955,
            "stop": 1253847495
        },
        {
            "start": 1253847500,
            "stop": 1253848123
        },
        {
            "start": 1253848130,
            "stop": 1253848582
        },
        {
            "start": 1253848586,
            "stop": 1253853395
        },
        {
            "start": 1253853400,
            "stop": 1253853822
        },
        {
            "start": 1253853826,
            "stop": 1253857260
        },
        {
            "start": 1253857268,
            "stop": 1253861052
        },
        {
            "start": 1253861055,
            "stop": 1253864338
        },
        {
            "start": 1253864342,
            "stop": 1253865608
        },
        {
            "start": 1253867770,
            "stop": 1253869643
        }
    ]
}