Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=125
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 125,
    "results": [
        {
            "start": 1415722656,
            "stop": 1415723301
        },
        {
            "start": 1415723306,
            "stop": 1415723817
        },
        {
            "start": 1415723822,
            "stop": 1415724085
        },
        {
            "start": 1415724090,
            "stop": 1415724669
        },
        {
            "start": 1415724674,
            "stop": 1415724853
        },
        {
            "start": 1415724858,
            "stop": 1415725491
        },
        {
            "start": 1415725496,
            "stop": 1415725730
        },
        {
            "start": 1415725735,
            "stop": 1415726609
        },
        {
            "start": 1415726614,
            "stop": 1415728475
        },
        {
            "start": 1415728480,
            "stop": 1415728688
        },
        {
            "start": 1415728693,
            "stop": 1415729817
        },
        {
            "start": 1415729827,
            "stop": 1415730038
        },
        {
            "start": 1415730043,
            "stop": 1415730498
        },
        {
            "start": 1415730503,
            "stop": 1415730984
        },
        {
            "start": 1415734896,
            "stop": 1415735554
        },
        {
            "start": 1415735559,
            "stop": 1415735563
        },
        {
            "start": 1415735568,
            "stop": 1415735569
        },
        {
            "start": 1415735574,
            "stop": 1415738196
        },
        {
            "start": 1415738201,
            "stop": 1415738226
        },
        {
            "start": 1415738231,
            "stop": 1415738993
        }
    ]
}