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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=198",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 199,
    "results": [
        {
            "start": 816927905,
            "stop": 816927915
        },
        {
            "start": 816927920,
            "stop": 816927948
        },
        {
            "start": 816927953,
            "stop": 816927962
        },
        {
            "start": 816927974,
            "stop": 816927977
        },
        {
            "start": 816927981,
            "stop": 816928016
        },
        {
            "start": 816928020,
            "stop": 816928030
        },
        {
            "start": 816928035,
            "stop": 816928094
        },
        {
            "start": 816928105,
            "stop": 816928107
        },
        {
            "start": 816928118,
            "stop": 816928122
        },
        {
            "start": 816928128,
            "stop": 816928135
        },
        {
            "start": 816928140,
            "stop": 816928167
        },
        {
            "start": 816928171,
            "stop": 816928174
        },
        {
            "start": 816928178,
            "stop": 816928316
        },
        {
            "start": 816928320,
            "stop": 816928325
        },
        {
            "start": 816928334,
            "stop": 816928368
        },
        {
            "start": 816928394,
            "stop": 816928397
        },
        {
            "start": 816928405,
            "stop": 816928411
        },
        {
            "start": 816928415,
            "stop": 816928552
        },
        {
            "start": 816928557,
            "stop": 816928558
        },
        {
            "start": 816928565,
            "stop": 816928573
        }
    ]
}