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/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29346
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29345",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29346,
    "results": [
        {
            "start": 971252039,
            "stop": 971252044
        },
        {
            "start": 971252045,
            "stop": 971252054
        },
        {
            "start": 971252056,
            "stop": 971252065
        },
        {
            "start": 971252068,
            "stop": 971252070
        },
        {
            "start": 971252074,
            "stop": 971252079
        },
        {
            "start": 971252081,
            "stop": 971252083
        },
        {
            "start": 971252084,
            "stop": 971252087
        },
        {
            "start": 971252091,
            "stop": 971252097
        },
        {
            "start": 971252100,
            "stop": 971252102
        },
        {
            "start": 971252104,
            "stop": 971252105
        },
        {
            "start": 971252106,
            "stop": 971252107
        },
        {
            "start": 971252109,
            "stop": 971252110
        },
        {
            "start": 971252111,
            "stop": 971252112
        },
        {
            "start": 971252113,
            "stop": 971252121
        },
        {
            "start": 971252122,
            "stop": 971252132
        },
        {
            "start": 971252134,
            "stop": 971252137
        },
        {
            "start": 971252139,
            "stop": 971252141
        },
        {
            "start": 971252142,
            "stop": 971252144
        },
        {
            "start": 971252145,
            "stop": 971252146
        },
        {
            "start": 971252147,
            "stop": 971252155
        }
    ]
}