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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=465",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 466,
    "results": [
        {
            "start": 827739052,
            "stop": 827747804
        },
        {
            "start": 827747985,
            "stop": 827750444
        },
        {
            "start": 827750625,
            "stop": 827753690
        },
        {
            "start": 827753770,
            "stop": 827756533
        },
        {
            "start": 827756541,
            "stop": 827756781
        },
        {
            "start": 827756788,
            "stop": 827757771
        },
        {
            "start": 827757778,
            "stop": 827765210
        },
        {
            "start": 827765290,
            "stop": 827766235
        },
        {
            "start": 827766239,
            "stop": 827766720
        },
        {
            "start": 827766780,
            "stop": 827766960
        },
        {
            "start": 827767020,
            "stop": 827768080
        },
        {
            "start": 827768087,
            "stop": 827769420
        },
        {
            "start": 827769480,
            "stop": 827770980
        },
        {
            "start": 827771040,
            "stop": 827771460
        },
        {
            "start": 827771520,
            "stop": 827771561
        },
        {
            "start": 827772373,
            "stop": 827772410
        },
        {
            "start": 827772610,
            "stop": 827772642
        },
        {
            "start": 827772722,
            "stop": 827772950
        },
        {
            "start": 827773356,
            "stop": 827774330
        },
        {
            "start": 827774410,
            "stop": 827774630
        }
    ]
}