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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=399",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 400,
    "results": [
        {
            "start": 821765962,
            "stop": 821765967
        },
        {
            "start": 821765970,
            "stop": 821765971
        },
        {
            "start": 821765977,
            "stop": 821765982
        },
        {
            "start": 821765987,
            "stop": 821765992
        },
        {
            "start": 821765995,
            "stop": 821766008
        },
        {
            "start": 821766011,
            "stop": 821766012
        },
        {
            "start": 821766019,
            "stop": 821766021
        },
        {
            "start": 821766024,
            "stop": 821766032
        },
        {
            "start": 821766040,
            "stop": 821766050
        },
        {
            "start": 821766054,
            "stop": 821766060
        },
        {
            "start": 821766064,
            "stop": 821766065
        },
        {
            "start": 821766068,
            "stop": 821766070
        },
        {
            "start": 821766073,
            "stop": 821766096
        },
        {
            "start": 821766099,
            "stop": 821766112
        },
        {
            "start": 821766115,
            "stop": 821766117
        },
        {
            "start": 821766125,
            "stop": 821766129
        },
        {
            "start": 821766132,
            "stop": 821766133
        },
        {
            "start": 821766136,
            "stop": 821766137
        },
        {
            "start": 821766143,
            "stop": 821766153
        },
        {
            "start": 821766160,
            "stop": 821766178
        }
    ]
}