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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 238,
    "results": [
        {
            "start": 1376407135,
            "stop": 1376407865
        },
        {
            "start": 1376407867,
            "stop": 1376408898
        },
        {
            "start": 1376408899,
            "stop": 1376409668
        },
        {
            "start": 1376409670,
            "stop": 1376411066
        },
        {
            "start": 1376411068,
            "stop": 1376411932
        },
        {
            "start": 1376411934,
            "stop": 1376413477
        },
        {
            "start": 1376413479,
            "stop": 1376413628
        },
        {
            "start": 1376413630,
            "stop": 1376414170
        },
        {
            "start": 1376414172,
            "stop": 1376414948
        },
        {
            "start": 1376414950,
            "stop": 1376416544
        },
        {
            "start": 1376416545,
            "stop": 1376416874
        },
        {
            "start": 1376416875,
            "stop": 1376417003
        },
        {
            "start": 1376417004,
            "stop": 1376419008
        },
        {
            "start": 1376419010,
            "stop": 1376419293
        },
        {
            "start": 1376419295,
            "stop": 1376420006
        },
        {
            "start": 1376420007,
            "stop": 1376421727
        },
        {
            "start": 1376421728,
            "stop": 1376422704
        },
        {
            "start": 1376422706,
            "stop": 1376423743
        },
        {
            "start": 1376423748,
            "stop": 1376424089
        },
        {
            "start": 1376424094,
            "stop": 1376424988
        }
    ]
}