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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2137",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2138,
    "results": [
        {
            "start": 867510577,
            "stop": 867510966
        },
        {
            "start": 867510969,
            "stop": 867511054
        },
        {
            "start": 867552283,
            "stop": 867558674
        },
        {
            "start": 867559521,
            "stop": 867615725
        },
        {
            "start": 867615730,
            "stop": 867619682
        },
        {
            "start": 867619792,
            "stop": 867619852
        },
        {
            "start": 867620152,
            "stop": 867623922
        },
        {
            "start": 867623928,
            "stop": 867626520
        },
        {
            "start": 867626580,
            "stop": 867627047
        },
        {
            "start": 867627384,
            "stop": 867628291
        },
        {
            "start": 867628591,
            "stop": 867628741
        },
        {
            "start": 867628851,
            "stop": 867629530
        },
        {
            "start": 867629830,
            "stop": 867637500
        },
        {
            "start": 867637560,
            "stop": 867663392
        },
        {
            "start": 867663394,
            "stop": 867666057
        },
        {
            "start": 867666063,
            "stop": 867678332
        },
        {
            "start": 867678334,
            "stop": 867679142
        },
        {
            "start": 867679150,
            "stop": 867679162
        },
        {
            "start": 867679168,
            "stop": 867679175
        },
        {
            "start": 867679180,
            "stop": 867679192
        }
    ]
}