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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=242",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 243,
    "results": [
        {
            "start": 848665478,
            "stop": 848665479
        },
        {
            "start": 848666392,
            "stop": 848671273
        },
        {
            "start": 848673682,
            "stop": 848677333
        },
        {
            "start": 848677354,
            "stop": 848677355
        },
        {
            "start": 848677412,
            "stop": 848690278
        },
        {
            "start": 848692517,
            "stop": 848696413
        },
        {
            "start": 848696446,
            "stop": 848696448
        },
        {
            "start": 848696666,
            "stop": 848717893
        },
        {
            "start": 848717920,
            "stop": 848717921
        },
        {
            "start": 848718560,
            "stop": 848722879
        },
        {
            "start": 848727759,
            "stop": 848735053
        },
        {
            "start": 848735069,
            "stop": 848735070
        },
        {
            "start": 848736031,
            "stop": 848738231
        },
        {
            "start": 848738995,
            "stop": 848744173
        },
        {
            "start": 848747691,
            "stop": 848755453
        },
        {
            "start": 848756423,
            "stop": 848756953
        },
        {
            "start": 848756986,
            "stop": 848756987
        },
        {
            "start": 848757399,
            "stop": 848760913
        },
        {
            "start": 848819496,
            "stop": 848824444
        },
        {
            "start": 848825511,
            "stop": 848841487
        }
    ]
}