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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=806",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=804",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 805,
    "results": [
        {
            "start": 957925535,
            "stop": 957926846
        },
        {
            "start": 957926851,
            "stop": 957926968
        },
        {
            "start": 957944355,
            "stop": 957944737
        },
        {
            "start": 957944743,
            "stop": 957945062
        },
        {
            "start": 957945068,
            "stop": 957945419
        },
        {
            "start": 957945424,
            "stop": 957946277
        },
        {
            "start": 957946283,
            "stop": 957946550
        },
        {
            "start": 957946556,
            "stop": 957947330
        },
        {
            "start": 957947336,
            "stop": 957948706
        },
        {
            "start": 957948715,
            "stop": 957948800
        },
        {
            "start": 957948806,
            "stop": 957949908
        },
        {
            "start": 957949916,
            "stop": 957951607
        },
        {
            "start": 957951613,
            "stop": 957952378
        },
        {
            "start": 957952384,
            "stop": 957952549
        },
        {
            "start": 957952555,
            "stop": 957952825
        },
        {
            "start": 957952831,
            "stop": 957952848
        },
        {
            "start": 957952854,
            "stop": 957953155
        },
        {
            "start": 957953161,
            "stop": 957953452
        },
        {
            "start": 957953458,
            "stop": 957954008
        },
        {
            "start": 957954014,
            "stop": 957954507
        }
    ]
}