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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=166",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 167,
    "results": [
        {
            "start": 844807344,
            "stop": 844808328
        },
        {
            "start": 844810335,
            "stop": 844813368
        },
        {
            "start": 844813571,
            "stop": 844813663
        },
        {
            "start": 844813747,
            "stop": 844815070
        },
        {
            "start": 844815390,
            "stop": 844837358
        },
        {
            "start": 844837603,
            "stop": 844837679
        },
        {
            "start": 844838814,
            "stop": 844845193
        },
        {
            "start": 844846787,
            "stop": 844859364
        },
        {
            "start": 844859450,
            "stop": 844861670
        },
        {
            "start": 844862402,
            "stop": 844864019
        },
        {
            "start": 844865448,
            "stop": 844869710
        },
        {
            "start": 844872407,
            "stop": 844880458
        },
        {
            "start": 844881232,
            "stop": 844882832
        },
        {
            "start": 844884462,
            "stop": 844890274
        },
        {
            "start": 844890593,
            "stop": 844891408
        },
        {
            "start": 844891566,
            "stop": 844906325
        },
        {
            "start": 844907146,
            "stop": 844908543
        },
        {
            "start": 844909550,
            "stop": 844912250
        },
        {
            "start": 844913398,
            "stop": 844916749
        },
        {
            "start": 844917218,
            "stop": 844922264
        }
    ]
}