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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=809",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=807",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 808,
    "results": [
        {
            "start": 958057179,
            "stop": 958059479
        },
        {
            "start": 958059485,
            "stop": 958060852
        },
        {
            "start": 958060858,
            "stop": 958062226
        },
        {
            "start": 958062819,
            "stop": 958065890
        },
        {
            "start": 958066900,
            "stop": 958066977
        },
        {
            "start": 958067879,
            "stop": 958067887
        },
        {
            "start": 958067893,
            "stop": 958068708
        },
        {
            "start": 958068713,
            "stop": 958069253
        },
        {
            "start": 958069259,
            "stop": 958073844
        },
        {
            "start": 958073850,
            "stop": 958074239
        },
        {
            "start": 958074245,
            "stop": 958076254
        },
        {
            "start": 958076260,
            "stop": 958076559
        },
        {
            "start": 958076565,
            "stop": 958076632
        },
        {
            "start": 958076638,
            "stop": 958076864
        },
        {
            "start": 958076870,
            "stop": 958077631
        },
        {
            "start": 958078592,
            "stop": 958079253
        },
        {
            "start": 958079824,
            "stop": 958081545
        },
        {
            "start": 958081551,
            "stop": 958082721
        },
        {
            "start": 958082727,
            "stop": 958085252
        },
        {
            "start": 958085258,
            "stop": 958086230
        }
    ]
}