Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5130
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=5131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5129",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5130,
    "results": [
        {
            "start": 874731861,
            "stop": 874732015
        },
        {
            "start": 874732035,
            "stop": 874732144
        },
        {
            "start": 874732173,
            "stop": 874732230
        },
        {
            "start": 874732249,
            "stop": 874732284
        },
        {
            "start": 874732303,
            "stop": 874732583
        },
        {
            "start": 874732602,
            "stop": 874732638
        },
        {
            "start": 874732657,
            "stop": 874732665
        },
        {
            "start": 874732685,
            "stop": 874732736
        },
        {
            "start": 874732756,
            "stop": 874732786
        },
        {
            "start": 874732805,
            "stop": 874732982
        },
        {
            "start": 874733001,
            "stop": 874733028
        },
        {
            "start": 874733047,
            "stop": 874733167
        },
        {
            "start": 874733187,
            "stop": 874733227
        },
        {
            "start": 874733247,
            "stop": 874733283
        },
        {
            "start": 874733312,
            "stop": 874733425
        },
        {
            "start": 874733444,
            "stop": 874733455
        },
        {
            "start": 874733543,
            "stop": 874733553
        },
        {
            "start": 874733594,
            "stop": 874733658
        },
        {
            "start": 874733678,
            "stop": 874733772
        },
        {
            "start": 874733791,
            "stop": 874733966
        }
    ]
}