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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3745",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3746,
    "results": [
        {
            "start": 872918143,
            "stop": 872918483
        },
        {
            "start": 872918489,
            "stop": 872918658
        },
        {
            "start": 872918661,
            "stop": 872918676
        },
        {
            "start": 872918679,
            "stop": 872918894
        },
        {
            "start": 872918897,
            "stop": 872918899
        },
        {
            "start": 872918902,
            "stop": 872919087
        },
        {
            "start": 872919090,
            "stop": 872919311
        },
        {
            "start": 872919314,
            "stop": 872919320
        },
        {
            "start": 872919324,
            "stop": 872919395
        },
        {
            "start": 872919399,
            "stop": 872919401
        },
        {
            "start": 872919409,
            "stop": 872919411
        },
        {
            "start": 872919418,
            "stop": 872919445
        },
        {
            "start": 872919452,
            "stop": 872919496
        },
        {
            "start": 872919499,
            "stop": 872919503
        },
        {
            "start": 872919506,
            "stop": 872919532
        },
        {
            "start": 872919535,
            "stop": 872919596
        },
        {
            "start": 872919599,
            "stop": 872919641
        },
        {
            "start": 872919644,
            "stop": 872919655
        },
        {
            "start": 872919658,
            "stop": 872919659
        },
        {
            "start": 872919664,
            "stop": 872920178
        }
    ]
}