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=10054
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=10055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10053",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10054,
    "results": [
        {
            "start": 872864874,
            "stop": 872866920
        },
        {
            "start": 872866980,
            "stop": 872867825
        },
        {
            "start": 872868032,
            "stop": 872868649
        },
        {
            "start": 872868666,
            "stop": 872868677
        },
        {
            "start": 872868927,
            "stop": 872869455
        },
        {
            "start": 872869489,
            "stop": 872872214
        },
        {
            "start": 872879414,
            "stop": 872880468
        },
        {
            "start": 872880588,
            "stop": 872880777
        },
        {
            "start": 872880983,
            "stop": 872881752
        },
        {
            "start": 872881974,
            "stop": 872883158
        },
        {
            "start": 872883184,
            "stop": 872883899
        },
        {
            "start": 872884019,
            "stop": 872887499
        },
        {
            "start": 872887619,
            "stop": 872891672
        },
        {
            "start": 872891689,
            "stop": 872891704
        },
        {
            "start": 872891721,
            "stop": 872891830
        },
        {
            "start": 872891847,
            "stop": 872891927
        },
        {
            "start": 872891943,
            "stop": 872892081
        },
        {
            "start": 872892151,
            "stop": 872892814
        },
        {
            "start": 872892831,
            "stop": 872892986
        },
        {
            "start": 872893003,
            "stop": 872893052
        }
    ]
}