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=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=237",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 238,
    "results": [
        {
            "start": 1177585942,
            "stop": 1177586172
        },
        {
            "start": 1177586173,
            "stop": 1177587078
        },
        {
            "start": 1177587079,
            "stop": 1177587080
        },
        {
            "start": 1177587082,
            "stop": 1177587370
        },
        {
            "start": 1177587371,
            "stop": 1177587383
        },
        {
            "start": 1177587384,
            "stop": 1177587642
        },
        {
            "start": 1177587644,
            "stop": 1177589410
        },
        {
            "start": 1177589411,
            "stop": 1177590507
        },
        {
            "start": 1177590508,
            "stop": 1177590550
        },
        {
            "start": 1177590554,
            "stop": 1177590557
        },
        {
            "start": 1177590558,
            "stop": 1177590570
        },
        {
            "start": 1177590571,
            "stop": 1177592809
        },
        {
            "start": 1177592811,
            "stop": 1177592813
        },
        {
            "start": 1177592814,
            "stop": 1177592815
        },
        {
            "start": 1177592816,
            "stop": 1177593965
        },
        {
            "start": 1177593966,
            "stop": 1177593967
        },
        {
            "start": 1177593972,
            "stop": 1177593999
        },
        {
            "start": 1177594004,
            "stop": 1177594102
        },
        {
            "start": 1177594103,
            "stop": 1177594265
        },
        {
            "start": 1177594266,
            "stop": 1177594984
        }
    ]
}