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=10125
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=10126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10124",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10125,
    "results": [
        {
            "start": 873489748,
            "stop": 873489848
        },
        {
            "start": 873489907,
            "stop": 873490057
        },
        {
            "start": 873490065,
            "stop": 873490081
        },
        {
            "start": 873490097,
            "stop": 873490296
        },
        {
            "start": 873490307,
            "stop": 873490344
        },
        {
            "start": 873490354,
            "stop": 873490405
        },
        {
            "start": 873490413,
            "stop": 873490439
        },
        {
            "start": 873490448,
            "stop": 873490472
        },
        {
            "start": 873490486,
            "stop": 873490494
        },
        {
            "start": 873490501,
            "stop": 873490603
        },
        {
            "start": 873490610,
            "stop": 873490714
        },
        {
            "start": 873490721,
            "stop": 873490755
        },
        {
            "start": 873490776,
            "stop": 873490879
        },
        {
            "start": 873490887,
            "stop": 873491133
        },
        {
            "start": 873491174,
            "stop": 873492063
        },
        {
            "start": 873492072,
            "stop": 873492188
        },
        {
            "start": 873492197,
            "stop": 873492219
        },
        {
            "start": 873492226,
            "stop": 873492234
        },
        {
            "start": 873492244,
            "stop": 873492315
        },
        {
            "start": 873492323,
            "stop": 873492660
        }
    ]
}