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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=111",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 112,
    "results": [
        {
            "start": 835104991,
            "stop": 835107044
        },
        {
            "start": 835108661,
            "stop": 835109848
        },
        {
            "start": 835111354,
            "stop": 835113810
        },
        {
            "start": 835114339,
            "stop": 835114900
        },
        {
            "start": 835115557,
            "stop": 835117593
        },
        {
            "start": 835117689,
            "stop": 835118497
        },
        {
            "start": 835118667,
            "stop": 835120030
        },
        {
            "start": 835120129,
            "stop": 835120303
        },
        {
            "start": 835121359,
            "stop": 835126177
        },
        {
            "start": 835126268,
            "stop": 835130310
        },
        {
            "start": 835130481,
            "stop": 835152005
        },
        {
            "start": 835152288,
            "stop": 835159310
        },
        {
            "start": 835159352,
            "stop": 835169101
        },
        {
            "start": 835170157,
            "stop": 835178125
        },
        {
            "start": 835178180,
            "stop": 835185484
        },
        {
            "start": 835187079,
            "stop": 835188465
        },
        {
            "start": 835189920,
            "stop": 835191919
        },
        {
            "start": 835192664,
            "stop": 835195626
        },
        {
            "start": 835197684,
            "stop": 835198938
        },
        {
            "start": 835199053,
            "stop": 835213960
        }
    ]
}