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=9025
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=9026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9024",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9025,
    "results": [
        {
            "start": 874142420,
            "stop": 874143060
        },
        {
            "start": 874143079,
            "stop": 874143485
        },
        {
            "start": 874143504,
            "stop": 874143754
        },
        {
            "start": 874143771,
            "stop": 874144111
        },
        {
            "start": 874144130,
            "stop": 874144221
        },
        {
            "start": 874144241,
            "stop": 874144957
        },
        {
            "start": 874144976,
            "stop": 874145012
        },
        {
            "start": 874145031,
            "stop": 874145050
        },
        {
            "start": 874145069,
            "stop": 874145087
        },
        {
            "start": 874145107,
            "stop": 874145171
        },
        {
            "start": 874145191,
            "stop": 874145216
        },
        {
            "start": 874145237,
            "stop": 874145276
        },
        {
            "start": 874145295,
            "stop": 874145301
        },
        {
            "start": 874145320,
            "stop": 874145322
        },
        {
            "start": 874145350,
            "stop": 874145351
        },
        {
            "start": 874145378,
            "stop": 874145466
        },
        {
            "start": 874145530,
            "stop": 874145539
        },
        {
            "start": 874145617,
            "stop": 874145618
        },
        {
            "start": 874145638,
            "stop": 874145640
        },
        {
            "start": 874145689,
            "stop": 874145806
        }
    ]
}