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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=13",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 14,
    "results": [
        {
            "start": 815838623,
            "stop": 815838673
        },
        {
            "start": 815838676,
            "stop": 815838729
        },
        {
            "start": 815838733,
            "stop": 815839140
        },
        {
            "start": 815839200,
            "stop": 815839598
        },
        {
            "start": 815839602,
            "stop": 815839930
        },
        {
            "start": 815839933,
            "stop": 815840059
        },
        {
            "start": 815840062,
            "stop": 815840728
        },
        {
            "start": 815840731,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815880714
        },
        {
            "start": 815880718,
            "stop": 815880821
        },
        {
            "start": 815880825,
            "stop": 815881575
        },
        {
            "start": 815881579,
            "stop": 815881769
        },
        {
            "start": 815881772,
            "stop": 815882688
        },
        {
            "start": 815882720,
            "stop": 815882978
        },
        {
            "start": 815882981,
            "stop": 815883321
        },
        {
            "start": 815883324,
            "stop": 815883505
        },
        {
            "start": 815883508,
            "stop": 815883569
        },
        {
            "start": 815883689,
            "stop": 815883691
        },
        {
            "start": 815883811,
            "stop": 815883900
        },
        {
            "start": 815883960,
            "stop": 815884053
        }
    ]
}