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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=257",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 258,
    "results": [
        {
            "start": 854994498,
            "stop": 854994499
        },
        {
            "start": 854994521,
            "stop": 854994569
        },
        {
            "start": 854994591,
            "stop": 854994832
        },
        {
            "start": 854994868,
            "stop": 854996547
        },
        {
            "start": 854996568,
            "stop": 854996604
        },
        {
            "start": 854996626,
            "stop": 855000504
        },
        {
            "start": 855000523,
            "stop": 855004688
        },
        {
            "start": 855005060,
            "stop": 855005486
        },
        {
            "start": 855005512,
            "stop": 855005660
        },
        {
            "start": 855005894,
            "stop": 855011342
        },
        {
            "start": 855011782,
            "stop": 855030720
        },
        {
            "start": 855031025,
            "stop": 855064927
        },
        {
            "start": 855064966,
            "stop": 855067979
        },
        {
            "start": 855067998,
            "stop": 855080377
        },
        {
            "start": 855080408,
            "stop": 855080417
        },
        {
            "start": 855080438,
            "stop": 855080449
        },
        {
            "start": 855080471,
            "stop": 855086667
        },
        {
            "start": 855088611,
            "stop": 855101610
        },
        {
            "start": 855101670,
            "stop": 855117024
        },
        {
            "start": 855117060,
            "stop": 855120344
        }
    ]
}