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=9904
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=9905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9903",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9904,
    "results": [
        {
            "start": 870896157,
            "stop": 870896174
        },
        {
            "start": 870896182,
            "stop": 870896190
        },
        {
            "start": 870896206,
            "stop": 870896231
        },
        {
            "start": 870896247,
            "stop": 870896254
        },
        {
            "start": 870896262,
            "stop": 870896269
        },
        {
            "start": 870896283,
            "stop": 870896324
        },
        {
            "start": 870896332,
            "stop": 870896374
        },
        {
            "start": 870896391,
            "stop": 870896400
        },
        {
            "start": 870896407,
            "stop": 870896425
        },
        {
            "start": 870896495,
            "stop": 870896538
        },
        {
            "start": 870896583,
            "stop": 870896627
        },
        {
            "start": 870896641,
            "stop": 870896686
        },
        {
            "start": 870896695,
            "stop": 870896747
        },
        {
            "start": 870896820,
            "stop": 870896853
        },
        {
            "start": 870896861,
            "stop": 870896869
        },
        {
            "start": 870896884,
            "stop": 870896946
        },
        {
            "start": 870896953,
            "stop": 870896976
        },
        {
            "start": 870897016,
            "stop": 870897038
        },
        {
            "start": 870897055,
            "stop": 870897090
        },
        {
            "start": 870897097,
            "stop": 870897120
        }
    ]
}