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=655
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=656",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=654",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 655,
    "results": [
        {
            "start": 829405844,
            "stop": 829405920
        },
        {
            "start": 829406040,
            "stop": 829406045
        },
        {
            "start": 829406064,
            "stop": 829406171
        },
        {
            "start": 829406190,
            "stop": 829406273
        },
        {
            "start": 829406292,
            "stop": 829406354
        },
        {
            "start": 829406373,
            "stop": 829406476
        },
        {
            "start": 829406495,
            "stop": 829406582
        },
        {
            "start": 829406601,
            "stop": 829407193
        },
        {
            "start": 829407213,
            "stop": 829407649
        },
        {
            "start": 829436039,
            "stop": 829436058
        },
        {
            "start": 829436078,
            "stop": 829436100
        },
        {
            "start": 829436325,
            "stop": 829436333
        },
        {
            "start": 829436352,
            "stop": 829436520
        },
        {
            "start": 829436580,
            "stop": 829436648
        },
        {
            "start": 829436667,
            "stop": 829436830
        },
        {
            "start": 829436849,
            "stop": 829436893
        },
        {
            "start": 829443288,
            "stop": 829443292
        },
        {
            "start": 829443381,
            "stop": 829443400
        },
        {
            "start": 829443436,
            "stop": 829443439
        },
        {
            "start": 829443522,
            "stop": 829443561
        }
    ]
}