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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=337",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 338,
    "results": [
        {
            "start": 939075223,
            "stop": 939075283
        },
        {
            "start": 939075883,
            "stop": 939076003
        },
        {
            "start": 939076063,
            "stop": 939076515
        },
        {
            "start": 939076518,
            "stop": 939087485
        },
        {
            "start": 939098292,
            "stop": 939103327
        },
        {
            "start": 939103330,
            "stop": 939103712
        },
        {
            "start": 939103715,
            "stop": 939112508
        },
        {
            "start": 939112511,
            "stop": 939116501
        },
        {
            "start": 939116504,
            "stop": 939116924
        },
        {
            "start": 939119643,
            "stop": 939120830
        },
        {
            "start": 939122760,
            "stop": 939127652
        },
        {
            "start": 939127655,
            "stop": 939130095
        },
        {
            "start": 939130098,
            "stop": 939130876
        },
        {
            "start": 939130894,
            "stop": 939131919
        },
        {
            "start": 939134364,
            "stop": 939138793
        },
        {
            "start": 939138796,
            "stop": 939147708
        },
        {
            "start": 939160593,
            "stop": 939168105
        },
        {
            "start": 939171963,
            "stop": 939173506
        },
        {
            "start": 939173509,
            "stop": 939173741
        },
        {
            "start": 939173744,
            "stop": 939179673
        }
    ]
}