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=436
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=437",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=435",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 436,
    "results": [
        {
            "start": 821773882,
            "stop": 821773887
        },
        {
            "start": 821773890,
            "stop": 821773898
        },
        {
            "start": 821773903,
            "stop": 821773904
        },
        {
            "start": 821773907,
            "stop": 821773913
        },
        {
            "start": 821773928,
            "stop": 821773951
        },
        {
            "start": 821773954,
            "stop": 821773958
        },
        {
            "start": 821773962,
            "stop": 821773966
        },
        {
            "start": 821773969,
            "stop": 821773973
        },
        {
            "start": 821773976,
            "stop": 821773978
        },
        {
            "start": 821773981,
            "stop": 821773989
        },
        {
            "start": 821773993,
            "stop": 821773997
        },
        {
            "start": 821774004,
            "stop": 821774014
        },
        {
            "start": 821774020,
            "stop": 821774023
        },
        {
            "start": 821774026,
            "stop": 821774027
        },
        {
            "start": 821774030,
            "stop": 821774031
        },
        {
            "start": 821774035,
            "stop": 821774038
        },
        {
            "start": 821774046,
            "stop": 821774049
        },
        {
            "start": 821774056,
            "stop": 821774059
        },
        {
            "start": 821774065,
            "stop": 821774068
        },
        {
            "start": 821774071,
            "stop": 821774072
        }
    ]
}