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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=860",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 861,
    "results": [
        {
            "start": 873507010,
            "stop": 873507018
        },
        {
            "start": 873507022,
            "stop": 873507028
        },
        {
            "start": 873507032,
            "stop": 873507039
        },
        {
            "start": 873507044,
            "stop": 873507050
        },
        {
            "start": 873507054,
            "stop": 873507061
        },
        {
            "start": 873507066,
            "stop": 873507072
        },
        {
            "start": 873507076,
            "stop": 873507078
        },
        {
            "start": 873510910,
            "stop": 873515686
        },
        {
            "start": 873515692,
            "stop": 873515701
        },
        {
            "start": 873515705,
            "stop": 873515865
        },
        {
            "start": 873515869,
            "stop": 873515918
        },
        {
            "start": 873515922,
            "stop": 873515930
        },
        {
            "start": 873515934,
            "stop": 873515943
        },
        {
            "start": 873515949,
            "stop": 873515970
        },
        {
            "start": 873515974,
            "stop": 873515979
        },
        {
            "start": 873515983,
            "stop": 873515990
        },
        {
            "start": 873515994,
            "stop": 873516006
        },
        {
            "start": 873516010,
            "stop": 873516028
        },
        {
            "start": 873516032,
            "stop": 873516040
        },
        {
            "start": 873516047,
            "stop": 873516050
        }
    ]
}