Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=410
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=409",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 410,
    "results": [
        {
            "start": 821768110,
            "stop": 821768113
        },
        {
            "start": 821768116,
            "stop": 821768117
        },
        {
            "start": 821768120,
            "stop": 821768121
        },
        {
            "start": 821768124,
            "stop": 821768130
        },
        {
            "start": 821768135,
            "stop": 821768146
        },
        {
            "start": 821768149,
            "stop": 821768154
        },
        {
            "start": 821768160,
            "stop": 821768165
        },
        {
            "start": 821768174,
            "stop": 821768175
        },
        {
            "start": 821768178,
            "stop": 821768183
        },
        {
            "start": 821768187,
            "stop": 821768189
        },
        {
            "start": 821768192,
            "stop": 821768203
        },
        {
            "start": 821768206,
            "stop": 821768215
        },
        {
            "start": 821768218,
            "stop": 821768219
        },
        {
            "start": 821768222,
            "stop": 821768227
        },
        {
            "start": 821768236,
            "stop": 821768244
        },
        {
            "start": 821768248,
            "stop": 821768257
        },
        {
            "start": 821768263,
            "stop": 821768270
        },
        {
            "start": 821768273,
            "stop": 821768277
        },
        {
            "start": 821768280,
            "stop": 821768283
        },
        {
            "start": 821768286,
            "stop": 821768287
        }
    ]
}