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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=99",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 100,
    "results": [
        {
            "start": 819561151,
            "stop": 819561760
        },
        {
            "start": 819561763,
            "stop": 819561896
        },
        {
            "start": 819561899,
            "stop": 819562490
        },
        {
            "start": 819562494,
            "stop": 819562918
        },
        {
            "start": 819562921,
            "stop": 819563508
        },
        {
            "start": 819563511,
            "stop": 819565823
        },
        {
            "start": 819565826,
            "stop": 819566384
        },
        {
            "start": 819566387,
            "stop": 819568149
        },
        {
            "start": 819568153,
            "stop": 819571899
        },
        {
            "start": 819571903,
            "stop": 819572044
        },
        {
            "start": 819572048,
            "stop": 819572506
        },
        {
            "start": 819572510,
            "stop": 819573087
        },
        {
            "start": 819574106,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579807
        },
        {
            "start": 819580664,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        }
    ]
}