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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4959",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4960,
    "results": [
        {
            "start": 874382820,
            "stop": 874382821
        },
        {
            "start": 874382841,
            "stop": 874382842
        },
        {
            "start": 874382861,
            "stop": 874382904
        },
        {
            "start": 874382923,
            "stop": 874382959
        },
        {
            "start": 874383010,
            "stop": 874383055
        },
        {
            "start": 874383090,
            "stop": 874383190
        },
        {
            "start": 874383224,
            "stop": 874383254
        },
        {
            "start": 874383273,
            "stop": 874383296
        },
        {
            "start": 874383315,
            "stop": 874383317
        },
        {
            "start": 874383342,
            "stop": 874383352
        },
        {
            "start": 874383371,
            "stop": 874383432
        },
        {
            "start": 874383453,
            "stop": 874383467
        },
        {
            "start": 874383486,
            "stop": 874383508
        },
        {
            "start": 874383527,
            "stop": 874383548
        },
        {
            "start": 874383568,
            "stop": 874383597
        },
        {
            "start": 874383616,
            "stop": 874383625
        },
        {
            "start": 874383644,
            "stop": 874383664
        },
        {
            "start": 874383688,
            "stop": 874383695
        },
        {
            "start": 874383714,
            "stop": 874383717
        },
        {
            "start": 874383736,
            "stop": 874383743
        }
    ]
}