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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2224",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2225,
    "results": [
        {
            "start": 872995303,
            "stop": 872995377
        },
        {
            "start": 872995415,
            "stop": 872995776
        },
        {
            "start": 872995802,
            "stop": 872995803
        },
        {
            "start": 872995823,
            "stop": 872995982
        },
        {
            "start": 872996002,
            "stop": 872996006
        },
        {
            "start": 872996058,
            "stop": 872996069
        },
        {
            "start": 872996088,
            "stop": 872996104
        },
        {
            "start": 872996128,
            "stop": 872996174
        },
        {
            "start": 872996202,
            "stop": 872996213
        },
        {
            "start": 872996257,
            "stop": 872996294
        },
        {
            "start": 872996338,
            "stop": 872996363
        },
        {
            "start": 872996410,
            "stop": 872996818
        },
        {
            "start": 872996837,
            "stop": 872997116
        },
        {
            "start": 872997167,
            "stop": 872997197
        },
        {
            "start": 872997228,
            "stop": 872997258
        },
        {
            "start": 872997277,
            "stop": 872997304
        },
        {
            "start": 872997336,
            "stop": 872997359
        },
        {
            "start": 872997399,
            "stop": 872997478
        },
        {
            "start": 872997516,
            "stop": 872997592
        },
        {
            "start": 873002239,
            "stop": 873002247
        }
    ]
}