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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=216",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 217,
    "results": [
        {
            "start": 1177091447,
            "stop": 1177091448
        },
        {
            "start": 1177091449,
            "stop": 1177091458
        },
        {
            "start": 1177091459,
            "stop": 1177091461
        },
        {
            "start": 1177091462,
            "stop": 1177091470
        },
        {
            "start": 1177091471,
            "stop": 1177091493
        },
        {
            "start": 1177091495,
            "stop": 1177091614
        },
        {
            "start": 1177091617,
            "stop": 1177091630
        },
        {
            "start": 1177091632,
            "stop": 1177091861
        },
        {
            "start": 1177091862,
            "stop": 1177091963
        },
        {
            "start": 1177091964,
            "stop": 1177091965
        },
        {
            "start": 1177091967,
            "stop": 1177091968
        },
        {
            "start": 1177091970,
            "stop": 1177091972
        },
        {
            "start": 1177091973,
            "stop": 1177092399
        },
        {
            "start": 1177092400,
            "stop": 1177092450
        },
        {
            "start": 1177092451,
            "stop": 1177092573
        },
        {
            "start": 1177092574,
            "stop": 1177092631
        },
        {
            "start": 1177092632,
            "stop": 1177092656
        },
        {
            "start": 1177092657,
            "stop": 1177092821
        },
        {
            "start": 1177092822,
            "stop": 1177092908
        },
        {
            "start": 1177092909,
            "stop": 1177092910
        }
    ]
}