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=1103
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=1104",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1102",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1103,
    "results": [
        {
            "start": 1253925334,
            "stop": 1253925945
        },
        {
            "start": 1253925950,
            "stop": 1253927884
        },
        {
            "start": 1253927887,
            "stop": 1253928125
        },
        {
            "start": 1253928129,
            "stop": 1253928335
        },
        {
            "start": 1253928339,
            "stop": 1253929177
        },
        {
            "start": 1253929181,
            "stop": 1253933414
        },
        {
            "start": 1253933422,
            "stop": 1253934139
        },
        {
            "start": 1253934142,
            "stop": 1253938240
        },
        {
            "start": 1253938248,
            "stop": 1253938844
        },
        {
            "start": 1253938847,
            "stop": 1253939119
        },
        {
            "start": 1253939122,
            "stop": 1253939424
        },
        {
            "start": 1253939432,
            "stop": 1253940287
        },
        {
            "start": 1253940291,
            "stop": 1253940409
        },
        {
            "start": 1253940417,
            "stop": 1253940421
        },
        {
            "start": 1253940426,
            "stop": 1253940788
        },
        {
            "start": 1253940791,
            "stop": 1253941242
        },
        {
            "start": 1253941247,
            "stop": 1253941570
        },
        {
            "start": 1253941573,
            "stop": 1253942409
        },
        {
            "start": 1253942412,
            "stop": 1253943984
        },
        {
            "start": 1253943987,
            "stop": 1253944001
        }
    ]
}