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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=18",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 19,
    "results": [
        {
            "start": 815327768,
            "stop": 815328942
        },
        {
            "start": 815328959,
            "stop": 815329379
        },
        {
            "start": 815329396,
            "stop": 815329847
        },
        {
            "start": 815329850,
            "stop": 815330975
        },
        {
            "start": 815330978,
            "stop": 815331209
        },
        {
            "start": 815331212,
            "stop": 815332148
        },
        {
            "start": 815341180,
            "stop": 815341317
        },
        {
            "start": 815341320,
            "stop": 815341470
        },
        {
            "start": 815341530,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815365619
        },
        {
            "start": 815365622,
            "stop": 815367207
        },
        {
            "start": 815367210,
            "stop": 815367629
        },
        {
            "start": 815367646,
            "stop": 815370449
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815374158
        },
        {
            "start": 815374175,
            "stop": 815375097
        },
        {
            "start": 815375114,
            "stop": 815378616
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815387034
        },
        {
            "start": 815387051,
            "stop": 815387178
        }
    ]
}