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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=186
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=187",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 186,
    "results": [
        {
            "start": 1239845713,
            "stop": 1239845832
        },
        {
            "start": 1239845833,
            "stop": 1239845952
        },
        {
            "start": 1239845953,
            "stop": 1239846072
        },
        {
            "start": 1239846073,
            "stop": 1239846172
        },
        {
            "start": 1239846173,
            "stop": 1239846312
        },
        {
            "start": 1239846313,
            "stop": 1239846432
        },
        {
            "start": 1239846433,
            "stop": 1239846552
        },
        {
            "start": 1239846553,
            "stop": 1239846672
        },
        {
            "start": 1239846673,
            "stop": 1239846792
        },
        {
            "start": 1239846793,
            "stop": 1239846912
        },
        {
            "start": 1239846913,
            "stop": 1239847032
        },
        {
            "start": 1239847033,
            "stop": 1239847060
        },
        {
            "start": 1239847065,
            "stop": 1239847152
        },
        {
            "start": 1239847153,
            "stop": 1239847272
        },
        {
            "start": 1239847273,
            "stop": 1239847392
        },
        {
            "start": 1239847393,
            "stop": 1239847512
        },
        {
            "start": 1239847513,
            "stop": 1239847632
        },
        {
            "start": 1239847633,
            "stop": 1239847752
        },
        {
            "start": 1239847753,
            "stop": 1239847872
        },
        {
            "start": 1239847873,
            "stop": 1239847992
        }
    ]
}