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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7580",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7578",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7579,
    "results": [
        {
            "start": 970473637,
            "stop": 970473649
        },
        {
            "start": 970473655,
            "stop": 970473660
        },
        {
            "start": 970473666,
            "stop": 970473676
        },
        {
            "start": 970473679,
            "stop": 970473701
        },
        {
            "start": 970473704,
            "stop": 970473705
        },
        {
            "start": 970473709,
            "stop": 970473711
        },
        {
            "start": 970473714,
            "stop": 970473734
        },
        {
            "start": 970473737,
            "stop": 970473745
        },
        {
            "start": 970473748,
            "stop": 970473751
        },
        {
            "start": 970473754,
            "stop": 970473770
        },
        {
            "start": 970473773,
            "stop": 970473779
        },
        {
            "start": 970473782,
            "stop": 970473822
        },
        {
            "start": 970473825,
            "stop": 970473858
        },
        {
            "start": 970473861,
            "stop": 970473867
        },
        {
            "start": 970473870,
            "stop": 970473871
        },
        {
            "start": 970473874,
            "stop": 970473897
        },
        {
            "start": 970473900,
            "stop": 970473904
        },
        {
            "start": 970473907,
            "stop": 970473926
        },
        {
            "start": 970473929,
            "stop": 970473931
        },
        {
            "start": 970473934,
            "stop": 970473947
        }
    ]
}