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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4952",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4953,
    "results": [
        {
            "start": 874443797,
            "stop": 874443883
        },
        {
            "start": 874443890,
            "stop": 874443909
        },
        {
            "start": 874443918,
            "stop": 874443919
        },
        {
            "start": 874443927,
            "stop": 874443947
        },
        {
            "start": 874443954,
            "stop": 874443981
        },
        {
            "start": 874443988,
            "stop": 874444022
        },
        {
            "start": 874444029,
            "stop": 874444052
        },
        {
            "start": 874444059,
            "stop": 874444079
        },
        {
            "start": 874444087,
            "stop": 874444156
        },
        {
            "start": 874444163,
            "stop": 874444181
        },
        {
            "start": 874444188,
            "stop": 874444199
        },
        {
            "start": 874444207,
            "stop": 874444252
        },
        {
            "start": 874444264,
            "stop": 874444280
        },
        {
            "start": 874444288,
            "stop": 874444289
        },
        {
            "start": 874444296,
            "stop": 874444298
        },
        {
            "start": 874444306,
            "stop": 874444338
        },
        {
            "start": 874444345,
            "stop": 874444359
        },
        {
            "start": 874444369,
            "stop": 874444373
        },
        {
            "start": 874444380,
            "stop": 874444384
        },
        {
            "start": 874444391,
            "stop": 874444393
        }
    ]
}