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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=4",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 5,
    "results": [
        {
            "start": 815306389,
            "stop": 815306452
        },
        {
            "start": 815306454,
            "stop": 815306509
        },
        {
            "start": 815307250,
            "stop": 815307270
        },
        {
            "start": 815307989,
            "stop": 815308065
        },
        {
            "start": 815310210,
            "stop": 815310330
        },
        {
            "start": 815310390,
            "stop": 815312790
        },
        {
            "start": 815312910,
            "stop": 815313355
        },
        {
            "start": 815313358,
            "stop": 815313363
        },
        {
            "start": 815313364,
            "stop": 815313369
        },
        {
            "start": 815313998,
            "stop": 815314552
        },
        {
            "start": 815314554,
            "stop": 815314869
        },
        {
            "start": 815314872,
            "stop": 815315070
        },
        {
            "start": 815315130,
            "stop": 815322774
        },
        {
            "start": 815322776,
            "stop": 815327767
        },
        {
            "start": 815327768,
            "stop": 815332230
        },
        {
            "start": 815341180,
            "stop": 815341470
        },
        {
            "start": 815341530,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815370567
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815378734
        }
    ]
}