Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1075
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1076",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1074",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1075,
    "results": [
        {
            "start": 1136388624,
            "stop": 1136388639
        },
        {
            "start": 1136388642,
            "stop": 1136388673
        },
        {
            "start": 1136388676,
            "stop": 1136388689
        },
        {
            "start": 1136388692,
            "stop": 1136388716
        },
        {
            "start": 1136388719,
            "stop": 1136388725
        },
        {
            "start": 1136388728,
            "stop": 1136388736
        },
        {
            "start": 1136388739,
            "stop": 1136388766
        },
        {
            "start": 1136388769,
            "stop": 1136388797
        },
        {
            "start": 1136388800,
            "stop": 1136388822
        },
        {
            "start": 1136388825,
            "stop": 1136388829
        },
        {
            "start": 1136388832,
            "stop": 1136388873
        },
        {
            "start": 1136388876,
            "stop": 1136388919
        },
        {
            "start": 1136388922,
            "stop": 1136388958
        },
        {
            "start": 1136388961,
            "stop": 1136388967
        },
        {
            "start": 1136388970,
            "stop": 1136389013
        },
        {
            "start": 1136389016,
            "stop": 1136389083
        },
        {
            "start": 1136389086,
            "stop": 1136389124
        },
        {
            "start": 1136389127,
            "stop": 1136389233
        },
        {
            "start": 1136389236,
            "stop": 1136389275
        },
        {
            "start": 1136389278,
            "stop": 1136389377
        }
    ]
}