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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=187",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 188,
    "results": [
        {
            "start": 820177497,
            "stop": 820177774
        },
        {
            "start": 820177777,
            "stop": 820177915
        },
        {
            "start": 820177919,
            "stop": 820177939
        },
        {
            "start": 820177942,
            "stop": 820178083
        },
        {
            "start": 820178086,
            "stop": 820178327
        },
        {
            "start": 820178331,
            "stop": 820178370
        },
        {
            "start": 820178374,
            "stop": 820178713
        },
        {
            "start": 820178716,
            "stop": 820178847
        },
        {
            "start": 820178851,
            "stop": 820179059
        },
        {
            "start": 820179062,
            "stop": 820179357
        },
        {
            "start": 820179360,
            "stop": 820179486
        },
        {
            "start": 820179489,
            "stop": 820179526
        },
        {
            "start": 820179529,
            "stop": 820179774
        },
        {
            "start": 820179777,
            "stop": 820179901
        },
        {
            "start": 820179904,
            "stop": 820180158
        },
        {
            "start": 820180161,
            "stop": 820180279
        },
        {
            "start": 820180283,
            "stop": 820180353
        },
        {
            "start": 820180356,
            "stop": 820180376
        },
        {
            "start": 820180380,
            "stop": 820180382
        },
        {
            "start": 820180385,
            "stop": 820180445
        }
    ]
}