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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1138",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1139,
    "results": [
        {
            "start": 950150900,
            "stop": 950151706
        },
        {
            "start": 950151803,
            "stop": 950151849
        },
        {
            "start": 950151851,
            "stop": 950152104
        },
        {
            "start": 950152106,
            "stop": 950152473
        },
        {
            "start": 950152475,
            "stop": 950153468
        },
        {
            "start": 950153470,
            "stop": 950153588
        },
        {
            "start": 950153590,
            "stop": 950164908
        },
        {
            "start": 950164910,
            "stop": 950165058
        },
        {
            "start": 950174417,
            "stop": 950176863
        },
        {
            "start": 950176865,
            "stop": 950177002
        },
        {
            "start": 950177004,
            "stop": 950179318
        },
        {
            "start": 950179320,
            "stop": 950182668
        },
        {
            "start": 950182670,
            "stop": 950183094
        },
        {
            "start": 950183096,
            "stop": 950184868
        },
        {
            "start": 950187757,
            "stop": 950188052
        },
        {
            "start": 950188054,
            "stop": 950189141
        },
        {
            "start": 950189143,
            "stop": 950190177
        },
        {
            "start": 950190178,
            "stop": 950190341
        },
        {
            "start": 950190343,
            "stop": 950196104
        },
        {
            "start": 950196106,
            "stop": 950197270
        }
    ]
}