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=2280
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=2281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2279",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2280,
    "results": [
        {
            "start": 873749221,
            "stop": 873749432
        },
        {
            "start": 873749437,
            "stop": 873749689
        },
        {
            "start": 873749708,
            "stop": 873749712
        },
        {
            "start": 873749766,
            "stop": 873749885
        },
        {
            "start": 873749904,
            "stop": 873750241
        },
        {
            "start": 873750260,
            "stop": 873750333
        },
        {
            "start": 873750352,
            "stop": 873750638
        },
        {
            "start": 873750657,
            "stop": 873750693
        },
        {
            "start": 873750712,
            "stop": 873750926
        },
        {
            "start": 873750945,
            "stop": 873750959
        },
        {
            "start": 873750978,
            "stop": 873750985
        },
        {
            "start": 873751004,
            "stop": 873751262
        },
        {
            "start": 873751281,
            "stop": 873751619
        },
        {
            "start": 873751680,
            "stop": 873753795
        },
        {
            "start": 873753814,
            "stop": 873753839
        },
        {
            "start": 873753858,
            "stop": 873753960
        },
        {
            "start": 873753979,
            "stop": 873756265
        },
        {
            "start": 873756284,
            "stop": 873759455
        },
        {
            "start": 873759473,
            "stop": 873760734
        },
        {
            "start": 873760753,
            "stop": 873765632
        }
    ]
}