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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=106",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 107,
    "results": [
        {
            "start": 825884356,
            "stop": 825884464
        },
        {
            "start": 825884468,
            "stop": 825884504
        },
        {
            "start": 825884513,
            "stop": 825884523
        },
        {
            "start": 825884537,
            "stop": 825884558
        },
        {
            "start": 825884562,
            "stop": 825884590
        },
        {
            "start": 825884599,
            "stop": 825884605
        },
        {
            "start": 825884618,
            "stop": 825884629
        },
        {
            "start": 825884638,
            "stop": 825884644
        },
        {
            "start": 825884653,
            "stop": 825884666
        },
        {
            "start": 825884680,
            "stop": 825884686
        },
        {
            "start": 825884704,
            "stop": 825884705
        },
        {
            "start": 825884719,
            "stop": 825884725
        },
        {
            "start": 825884729,
            "stop": 825884739
        },
        {
            "start": 825884743,
            "stop": 825884749
        },
        {
            "start": 825884753,
            "stop": 825884754
        },
        {
            "start": 825884758,
            "stop": 825884964
        },
        {
            "start": 825884968,
            "stop": 825885016
        },
        {
            "start": 825885029,
            "stop": 825885081
        },
        {
            "start": 825885085,
            "stop": 825885096
        },
        {
            "start": 825885100,
            "stop": 825885121
        }
    ]
}