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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8829",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8830,
    "results": [
        {
            "start": 872708361,
            "stop": 872708416
        },
        {
            "start": 872708433,
            "stop": 872708447
        },
        {
            "start": 872708465,
            "stop": 872708509
        },
        {
            "start": 872708526,
            "stop": 872708571
        },
        {
            "start": 872708589,
            "stop": 872708593
        },
        {
            "start": 872708610,
            "stop": 872708620
        },
        {
            "start": 872708637,
            "stop": 872708640
        },
        {
            "start": 872708657,
            "stop": 872708661
        },
        {
            "start": 872708685,
            "stop": 872708701
        },
        {
            "start": 872708718,
            "stop": 872708725
        },
        {
            "start": 872708769,
            "stop": 872708771
        },
        {
            "start": 872708821,
            "stop": 872708825
        },
        {
            "start": 872708876,
            "stop": 872708882
        },
        {
            "start": 872709132,
            "stop": 872709133
        },
        {
            "start": 872709167,
            "stop": 872709173
        },
        {
            "start": 872709198,
            "stop": 872709215
        },
        {
            "start": 872709233,
            "stop": 872709237
        },
        {
            "start": 872709255,
            "stop": 872709271
        },
        {
            "start": 872709332,
            "stop": 872709333
        },
        {
            "start": 872709359,
            "stop": 872709364
        }
    ]
}