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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=162",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 163,
    "results": [
        {
            "start": 833063328,
            "stop": 833069161
        },
        {
            "start": 833070022,
            "stop": 833089632
        },
        {
            "start": 833090585,
            "stop": 833091133
        },
        {
            "start": 833092202,
            "stop": 833122093
        },
        {
            "start": 833123852,
            "stop": 833137573
        },
        {
            "start": 833138625,
            "stop": 833140790
        },
        {
            "start": 833141727,
            "stop": 833144653
        },
        {
            "start": 833144701,
            "stop": 833144703
        },
        {
            "start": 833144823,
            "stop": 833147233
        },
        {
            "start": 833148180,
            "stop": 833148261
        },
        {
            "start": 833148382,
            "stop": 833227306
        },
        {
            "start": 833229296,
            "stop": 833235190
        },
        {
            "start": 833236212,
            "stop": 833269393
        },
        {
            "start": 833272619,
            "stop": 833292347
        },
        {
            "start": 833293673,
            "stop": 833304613
        },
        {
            "start": 833305798,
            "stop": 833307733
        },
        {
            "start": 833307770,
            "stop": 833307771
        },
        {
            "start": 833307887,
            "stop": 833317908
        },
        {
            "start": 833319814,
            "stop": 833320123
        },
        {
            "start": 833321080,
            "stop": 833323539
        }
    ]
}