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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=40",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 41,
    "results": [
        {
            "start": 1408556164,
            "stop": 1408627032
        },
        {
            "start": 1408627352,
            "stop": 1408638601
        },
        {
            "start": 1408644771,
            "stop": 1408648258
        },
        {
            "start": 1408651230,
            "stop": 1408655907
        },
        {
            "start": 1408656978,
            "stop": 1408659485
        },
        {
            "start": 1408659486,
            "stop": 1408659558
        },
        {
            "start": 1408660066,
            "stop": 1408664593
        },
        {
            "start": 1408676661,
            "stop": 1408684735
        },
        {
            "start": 1408689328,
            "stop": 1408719619
        },
        {
            "start": 1408740136,
            "stop": 1408802418
        },
        {
            "start": 1408820356,
            "stop": 1408826522
        },
        {
            "start": 1408826699,
            "stop": 1408832429
        },
        {
            "start": 1408832569,
            "stop": 1408844076
        },
        {
            "start": 1408844169,
            "stop": 1408894868
        },
        {
            "start": 1408907064,
            "stop": 1408917741
        },
        {
            "start": 1408927612,
            "stop": 1408980621
        },
        {
            "start": 1408995721,
            "stop": 1409004977
        },
        {
            "start": 1409007376,
            "stop": 1409029387
        },
        {
            "start": 1409037778,
            "stop": 1409047055
        },
        {
            "start": 1409051535,
            "stop": 1409164285
        }
    ]
}