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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=35",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 36,
    "results": [
        {
            "start": 819837105,
            "stop": 819837115
        },
        {
            "start": 819837120,
            "stop": 819837150
        },
        {
            "start": 819837155,
            "stop": 819837157
        },
        {
            "start": 819837165,
            "stop": 819837170
        },
        {
            "start": 819837178,
            "stop": 819837197
        },
        {
            "start": 819837203,
            "stop": 819837762
        },
        {
            "start": 819839073,
            "stop": 819841253
        },
        {
            "start": 819841372,
            "stop": 819842610
        },
        {
            "start": 819843526,
            "stop": 819844112
        },
        {
            "start": 819844118,
            "stop": 819844162
        },
        {
            "start": 819844168,
            "stop": 819847154
        },
        {
            "start": 819847379,
            "stop": 819849475
        },
        {
            "start": 819850670,
            "stop": 819850782
        },
        {
            "start": 819850869,
            "stop": 819855205
        },
        {
            "start": 819855210,
            "stop": 819855225
        },
        {
            "start": 819855230,
            "stop": 819856874
        },
        {
            "start": 819857006,
            "stop": 819880776
        },
        {
            "start": 819882118,
            "stop": 819887123
        },
        {
            "start": 819888765,
            "stop": 819894216
        },
        {
            "start": 819894360,
            "stop": 819901710
        }
    ]
}