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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=153",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 154,
    "results": [
        {
            "start": 817169839,
            "stop": 817169854
        },
        {
            "start": 817169986,
            "stop": 817169995
        },
        {
            "start": 817170082,
            "stop": 817170088
        },
        {
            "start": 817170108,
            "stop": 817170110
        },
        {
            "start": 817170154,
            "stop": 817170172
        },
        {
            "start": 817170191,
            "stop": 817170606
        },
        {
            "start": 817170636,
            "stop": 817170737
        },
        {
            "start": 817170815,
            "stop": 817170853
        },
        {
            "start": 817170876,
            "stop": 817170886
        },
        {
            "start": 817170907,
            "stop": 817170943
        },
        {
            "start": 817170963,
            "stop": 817171100
        },
        {
            "start": 817198996,
            "stop": 817199027
        },
        {
            "start": 817200748,
            "stop": 817200766
        },
        {
            "start": 817200959,
            "stop": 817200975
        },
        {
            "start": 817200996,
            "stop": 817201019
        },
        {
            "start": 817201071,
            "stop": 817201119
        },
        {
            "start": 817201151,
            "stop": 817201157
        },
        {
            "start": 817201228,
            "stop": 817201232
        },
        {
            "start": 817201332,
            "stop": 817201348
        },
        {
            "start": 817201380,
            "stop": 817201381
        }
    ]
}