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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=276",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 277,
    "results": [
        {
            "start": 966488828,
            "stop": 966488877
        },
        {
            "start": 966488883,
            "stop": 966488887
        },
        {
            "start": 966488890,
            "stop": 966489012
        },
        {
            "start": 966489019,
            "stop": 966489020
        },
        {
            "start": 966489031,
            "stop": 966489041
        },
        {
            "start": 966489044,
            "stop": 966489072
        },
        {
            "start": 966489079,
            "stop": 966489091
        },
        {
            "start": 966489097,
            "stop": 966489099
        },
        {
            "start": 966489102,
            "stop": 966489213
        },
        {
            "start": 966489216,
            "stop": 966489217
        },
        {
            "start": 966489222,
            "stop": 966489304
        },
        {
            "start": 966489309,
            "stop": 966489313
        },
        {
            "start": 966489316,
            "stop": 966489357
        },
        {
            "start": 966489364,
            "stop": 966489365
        },
        {
            "start": 966489369,
            "stop": 966489395
        },
        {
            "start": 966489399,
            "stop": 966489402
        },
        {
            "start": 966489407,
            "stop": 966489448
        },
        {
            "start": 966489450,
            "stop": 966489452
        },
        {
            "start": 966489455,
            "stop": 966489464
        },
        {
            "start": 966489469,
            "stop": 966489484
        }
    ]
}