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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=31",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 32,
    "results": [
        {
            "start": 931188181,
            "stop": 931188189
        },
        {
            "start": 931188330,
            "stop": 931188331
        },
        {
            "start": 931188352,
            "stop": 931188368
        },
        {
            "start": 931188385,
            "stop": 931188387
        },
        {
            "start": 931188414,
            "stop": 931188418
        },
        {
            "start": 931188438,
            "stop": 931188482
        },
        {
            "start": 931188507,
            "stop": 931188508
        },
        {
            "start": 931188612,
            "stop": 931188620
        },
        {
            "start": 931188649,
            "stop": 931188665
        },
        {
            "start": 931188686,
            "stop": 931188697
        },
        {
            "start": 931188715,
            "stop": 931188719
        },
        {
            "start": 931188740,
            "stop": 931188760
        },
        {
            "start": 931188822,
            "stop": 931188827
        },
        {
            "start": 931188845,
            "stop": 931188851
        },
        {
            "start": 931188877,
            "stop": 931188879
        },
        {
            "start": 931188911,
            "stop": 931188920
        },
        {
            "start": 931188951,
            "stop": 931188955
        },
        {
            "start": 931188991,
            "stop": 931189026
        },
        {
            "start": 931189060,
            "stop": 931189075
        },
        {
            "start": 931189107,
            "stop": 931189114
        }
    ]
}