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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3683",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3684,
    "results": [
        {
            "start": 873043858,
            "stop": 873043865
        },
        {
            "start": 873043882,
            "stop": 873043990
        },
        {
            "start": 873044007,
            "stop": 873044325
        },
        {
            "start": 873044342,
            "stop": 873044347
        },
        {
            "start": 873044364,
            "stop": 873044610
        },
        {
            "start": 873044627,
            "stop": 873044779
        },
        {
            "start": 873044796,
            "stop": 873044933
        },
        {
            "start": 873044972,
            "stop": 873045118
        },
        {
            "start": 873045135,
            "stop": 873045144
        },
        {
            "start": 873045161,
            "stop": 873045210
        },
        {
            "start": 873045245,
            "stop": 873045272
        },
        {
            "start": 873045289,
            "stop": 873045741
        },
        {
            "start": 873045758,
            "stop": 873045803
        },
        {
            "start": 873045820,
            "stop": 873045832
        },
        {
            "start": 873045849,
            "stop": 873045858
        },
        {
            "start": 873045884,
            "stop": 873045936
        },
        {
            "start": 873045953,
            "stop": 873045975
        },
        {
            "start": 873046019,
            "stop": 873046042
        },
        {
            "start": 873046059,
            "stop": 873046707
        },
        {
            "start": 873046724,
            "stop": 873046882
        }
    ]
}