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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5046",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5047,
    "results": [
        {
            "start": 874591140,
            "stop": 874591152
        },
        {
            "start": 874591172,
            "stop": 874591191
        },
        {
            "start": 874591221,
            "stop": 874591233
        },
        {
            "start": 874591252,
            "stop": 874591276
        },
        {
            "start": 874591295,
            "stop": 874591454
        },
        {
            "start": 874591473,
            "stop": 874591580
        },
        {
            "start": 874591599,
            "stop": 874591667
        },
        {
            "start": 874591690,
            "stop": 874591904
        },
        {
            "start": 874591927,
            "stop": 874591931
        },
        {
            "start": 874591987,
            "stop": 874592081
        },
        {
            "start": 874592107,
            "stop": 874592189
        },
        {
            "start": 874592209,
            "stop": 874592262
        },
        {
            "start": 874592281,
            "stop": 874592305
        },
        {
            "start": 874592324,
            "stop": 874592395
        },
        {
            "start": 874592414,
            "stop": 874592484
        },
        {
            "start": 874592503,
            "stop": 874592543
        },
        {
            "start": 874592566,
            "stop": 874592616
        },
        {
            "start": 874592635,
            "stop": 874592648
        },
        {
            "start": 874592667,
            "stop": 874592710
        },
        {
            "start": 874592729,
            "stop": 874592730
        }
    ]
}