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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=174",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 175,
    "results": [
        {
            "start": 866939845,
            "stop": 866958175
        },
        {
            "start": 866958975,
            "stop": 866999725
        },
        {
            "start": 867006565,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867033933,
            "stop": 867035149
        },
        {
            "start": 867036496,
            "stop": 867036670
        },
        {
            "start": 867040121,
            "stop": 867056207
        },
        {
            "start": 867057277,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867091312
        },
        {
            "start": 867108957,
            "stop": 867120614
        },
        {
            "start": 867120890,
            "stop": 867121299
        },
        {
            "start": 867123116,
            "stop": 867170833
        },
        {
            "start": 867180705,
            "stop": 867191158
        },
        {
            "start": 867192115,
            "stop": 867277036
        },
        {
            "start": 867277419,
            "stop": 867278226
        },
        {
            "start": 867279294,
            "stop": 867298982
        },
        {
            "start": 867300102,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867353134
        },
        {
            "start": 867357340,
            "stop": 867364311
        }
    ]
}