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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5751",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5752,
    "results": [
        {
            "start": 874622328,
            "stop": 874622334
        },
        {
            "start": 874622339,
            "stop": 874622351
        },
        {
            "start": 874622354,
            "stop": 874622359
        },
        {
            "start": 874622362,
            "stop": 874622418
        },
        {
            "start": 874622423,
            "stop": 874622442
        },
        {
            "start": 874622445,
            "stop": 874622496
        },
        {
            "start": 874622499,
            "stop": 874622503
        },
        {
            "start": 874622506,
            "stop": 874622635
        },
        {
            "start": 874622640,
            "stop": 874622655
        },
        {
            "start": 874622658,
            "stop": 874622710
        },
        {
            "start": 874622713,
            "stop": 874622753
        },
        {
            "start": 874622759,
            "stop": 874622776
        },
        {
            "start": 874622779,
            "stop": 874622796
        },
        {
            "start": 874625680,
            "stop": 874628199
        },
        {
            "start": 874628202,
            "stop": 874628708
        },
        {
            "start": 874628711,
            "stop": 874628820
        },
        {
            "start": 874628825,
            "stop": 874628911
        },
        {
            "start": 874628914,
            "stop": 874628975
        },
        {
            "start": 874628979,
            "stop": 874628991
        },
        {
            "start": 874628994,
            "stop": 874629037
        }
    ]
}