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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=259",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 260,
    "results": [
        {
            "start": 820988238,
            "stop": 820988521
        },
        {
            "start": 820988524,
            "stop": 820988785
        },
        {
            "start": 820989947,
            "stop": 820990946
        },
        {
            "start": 820991954,
            "stop": 820992224
        },
        {
            "start": 820992405,
            "stop": 820992821
        },
        {
            "start": 820992825,
            "stop": 820993521
        },
        {
            "start": 820993524,
            "stop": 820993822
        },
        {
            "start": 820994952,
            "stop": 820995779
        },
        {
            "start": 820996355,
            "stop": 820996445
        },
        {
            "start": 820996448,
            "stop": 820996609
        },
        {
            "start": 820997222,
            "stop": 820997601
        },
        {
            "start": 820997605,
            "stop": 820997816
        },
        {
            "start": 820997819,
            "stop": 820997828
        },
        {
            "start": 820997831,
            "stop": 820997983
        },
        {
            "start": 820997986,
            "stop": 820998128
        },
        {
            "start": 820998132,
            "stop": 820998431
        },
        {
            "start": 821024697,
            "stop": 821024836
        },
        {
            "start": 821024839,
            "stop": 821024912
        },
        {
            "start": 821024915,
            "stop": 821025286
        },
        {
            "start": 821025289,
            "stop": 821025317
        }
    ]
}