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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=142",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 143,
    "results": [
        {
            "start": 835117689,
            "stop": 835118473
        },
        {
            "start": 835118496,
            "stop": 835118497
        },
        {
            "start": 835118667,
            "stop": 835120030
        },
        {
            "start": 835120129,
            "stop": 835120273
        },
        {
            "start": 835121359,
            "stop": 835126153
        },
        {
            "start": 835126176,
            "stop": 835126177
        },
        {
            "start": 835126273,
            "stop": 835130310
        },
        {
            "start": 835130481,
            "stop": 835152005
        },
        {
            "start": 835152313,
            "stop": 835159273
        },
        {
            "start": 835159309,
            "stop": 835159310
        },
        {
            "start": 835159352,
            "stop": 835169053
        },
        {
            "start": 835170157,
            "stop": 835178113
        },
        {
            "start": 835178124,
            "stop": 835178125
        },
        {
            "start": 835178180,
            "stop": 835185433
        },
        {
            "start": 835187079,
            "stop": 835188433
        },
        {
            "start": 835188464,
            "stop": 835188465
        },
        {
            "start": 835189920,
            "stop": 835191889
        },
        {
            "start": 835192664,
            "stop": 835195573
        },
        {
            "start": 835197684,
            "stop": 835198933
        },
        {
            "start": 835198936,
            "stop": 835198938
        }
    ]
}