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=3763
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=3764",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3762",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3763,
    "results": [
        {
            "start": 873014104,
            "stop": 873014499
        },
        {
            "start": 873014502,
            "stop": 873015017
        },
        {
            "start": 873015021,
            "stop": 873015323
        },
        {
            "start": 873015326,
            "stop": 873015358
        },
        {
            "start": 873015361,
            "stop": 873015409
        },
        {
            "start": 873015412,
            "stop": 873015576
        },
        {
            "start": 873015579,
            "stop": 873015614
        },
        {
            "start": 873015617,
            "stop": 873015931
        },
        {
            "start": 873015937,
            "stop": 873015939
        },
        {
            "start": 873015942,
            "stop": 873015944
        },
        {
            "start": 873015947,
            "stop": 873015958
        },
        {
            "start": 873015961,
            "stop": 873016178
        },
        {
            "start": 873016181,
            "stop": 873016257
        },
        {
            "start": 873016260,
            "stop": 873016324
        },
        {
            "start": 873016327,
            "stop": 873016373
        },
        {
            "start": 873016376,
            "stop": 873016444
        },
        {
            "start": 873016447,
            "stop": 873016449
        },
        {
            "start": 873016452,
            "stop": 873016458
        },
        {
            "start": 873016468,
            "stop": 873016548
        },
        {
            "start": 873016551,
            "stop": 873016582
        }
    ]
}