Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=65
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=64",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 65,
    "results": [
        {
            "start": 822481938,
            "stop": 822482390
        },
        {
            "start": 822483124,
            "stop": 822483303
        },
        {
            "start": 822486746,
            "stop": 822486766
        },
        {
            "start": 822486894,
            "stop": 822487182
        },
        {
            "start": 822487304,
            "stop": 822487617
        },
        {
            "start": 822487724,
            "stop": 822487893
        },
        {
            "start": 822488003,
            "stop": 822488348
        },
        {
            "start": 822489188,
            "stop": 822489241
        },
        {
            "start": 822489544,
            "stop": 822489729
        },
        {
            "start": 822489874,
            "stop": 822491970
        },
        {
            "start": 822492074,
            "stop": 822492983
        },
        {
            "start": 822493283,
            "stop": 822494011
        },
        {
            "start": 822494164,
            "stop": 822494330
        },
        {
            "start": 822494405,
            "stop": 822494440
        },
        {
            "start": 822494445,
            "stop": 822494561
        },
        {
            "start": 822494861,
            "stop": 822495523
        },
        {
            "start": 822495631,
            "stop": 822495821
        },
        {
            "start": 822495913,
            "stop": 822495990
        },
        {
            "start": 822496050,
            "stop": 822496110
        },
        {
            "start": 822496250,
            "stop": 822496410
        }
    ]
}