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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=180",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 181,
    "results": [
        {
            "start": 819979676,
            "stop": 819982885
        },
        {
            "start": 819982899,
            "stop": 819983138
        },
        {
            "start": 819983160,
            "stop": 819984685
        },
        {
            "start": 819984696,
            "stop": 819984791
        },
        {
            "start": 819984802,
            "stop": 819985123
        },
        {
            "start": 819985134,
            "stop": 819985157
        },
        {
            "start": 819985168,
            "stop": 819985235
        },
        {
            "start": 819985244,
            "stop": 819985453
        },
        {
            "start": 819985726,
            "stop": 819985864
        },
        {
            "start": 819985875,
            "stop": 819985945
        },
        {
            "start": 819985956,
            "stop": 819986001
        },
        {
            "start": 819986013,
            "stop": 819986057
        },
        {
            "start": 819986069,
            "stop": 819986073
        },
        {
            "start": 819986109,
            "stop": 819986120
        },
        {
            "start": 819995829,
            "stop": 819996105
        },
        {
            "start": 819996113,
            "stop": 819996176
        },
        {
            "start": 819996219,
            "stop": 819996321
        },
        {
            "start": 819996328,
            "stop": 819996336
        },
        {
            "start": 819996357,
            "stop": 819996611
        },
        {
            "start": 820011339,
            "stop": 820011373
        }
    ]
}