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=5102
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=5103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5101",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5102,
    "results": [
        {
            "start": 874682052,
            "stop": 874682074
        },
        {
            "start": 874682093,
            "stop": 874682134
        },
        {
            "start": 874682155,
            "stop": 874682186
        },
        {
            "start": 874682228,
            "stop": 874682238
        },
        {
            "start": 874682270,
            "stop": 874682288
        },
        {
            "start": 874682307,
            "stop": 874682341
        },
        {
            "start": 874682370,
            "stop": 874682466
        },
        {
            "start": 874682487,
            "stop": 874682543
        },
        {
            "start": 874682562,
            "stop": 874682616
        },
        {
            "start": 874682635,
            "stop": 874682646
        },
        {
            "start": 874682665,
            "stop": 874682689
        },
        {
            "start": 874682708,
            "stop": 874682801
        },
        {
            "start": 874682821,
            "stop": 874682831
        },
        {
            "start": 874682850,
            "stop": 874682873
        },
        {
            "start": 874682897,
            "stop": 874682906
        },
        {
            "start": 874682942,
            "stop": 874683028
        },
        {
            "start": 874683047,
            "stop": 874683055
        },
        {
            "start": 874683074,
            "stop": 874683188
        },
        {
            "start": 874683213,
            "stop": 874683267
        },
        {
            "start": 874683287,
            "stop": 874683413
        }
    ]
}