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=1056
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=1057",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1055",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1056,
    "results": [
        {
            "start": 1253040841,
            "stop": 1253041106
        },
        {
            "start": 1253041110,
            "stop": 1253041224
        },
        {
            "start": 1253041228,
            "stop": 1253041274
        },
        {
            "start": 1253041278,
            "stop": 1253041588
        },
        {
            "start": 1253041592,
            "stop": 1253042412
        },
        {
            "start": 1253042416,
            "stop": 1253042531
        },
        {
            "start": 1253042535,
            "stop": 1253042892
        },
        {
            "start": 1253042896,
            "stop": 1253043123
        },
        {
            "start": 1253043126,
            "stop": 1253043482
        },
        {
            "start": 1253043486,
            "stop": 1253044158
        },
        {
            "start": 1253044165,
            "stop": 1253044390
        },
        {
            "start": 1253044394,
            "stop": 1253044524
        },
        {
            "start": 1253044528,
            "stop": 1253044669
        },
        {
            "start": 1253044673,
            "stop": 1253044870
        },
        {
            "start": 1253044877,
            "stop": 1253045050
        },
        {
            "start": 1253045054,
            "stop": 1253045293
        },
        {
            "start": 1253045297,
            "stop": 1253045621
        },
        {
            "start": 1253045625,
            "stop": 1253045653
        },
        {
            "start": 1253045656,
            "stop": 1253045900
        },
        {
            "start": 1253045905,
            "stop": 1253046028
        }
    ]
}