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=1038
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=1039",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1037",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1038,
    "results": [
        {
            "start": 1252790463,
            "stop": 1252790825
        },
        {
            "start": 1252790828,
            "stop": 1252791922
        },
        {
            "start": 1252791925,
            "stop": 1252794074
        },
        {
            "start": 1252794077,
            "stop": 1252794187
        },
        {
            "start": 1252794190,
            "stop": 1252797857
        },
        {
            "start": 1252797862,
            "stop": 1252797973
        },
        {
            "start": 1252797978,
            "stop": 1252800187
        },
        {
            "start": 1252802027,
            "stop": 1252803646
        },
        {
            "start": 1252803651,
            "stop": 1252803704
        },
        {
            "start": 1252805368,
            "stop": 1252806526
        },
        {
            "start": 1252806530,
            "stop": 1252813153
        },
        {
            "start": 1252813157,
            "stop": 1252814006
        },
        {
            "start": 1252814011,
            "stop": 1252814864
        },
        {
            "start": 1252814869,
            "stop": 1252817371
        },
        {
            "start": 1252817374,
            "stop": 1252818091
        },
        {
            "start": 1252818094,
            "stop": 1252819602
        },
        {
            "start": 1252819606,
            "stop": 1252822057
        },
        {
            "start": 1252822061,
            "stop": 1252822487
        },
        {
            "start": 1252822491,
            "stop": 1252822719
        },
        {
            "start": 1252822720,
            "stop": 1252822959
        }
    ]
}