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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=193",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 194,
    "results": [
        {
            "start": 933038111,
            "stop": 933038250
        },
        {
            "start": 933038251,
            "stop": 933038533
        },
        {
            "start": 933038538,
            "stop": 933038583
        },
        {
            "start": 933038608,
            "stop": 933038643
        },
        {
            "start": 933038677,
            "stop": 933038870
        },
        {
            "start": 933038871,
            "stop": 933039203
        },
        {
            "start": 933039237,
            "stop": 933039375
        },
        {
            "start": 933039380,
            "stop": 933039386
        },
        {
            "start": 933039405,
            "stop": 933039506
        },
        {
            "start": 933039508,
            "stop": 933039521
        },
        {
            "start": 933039543,
            "stop": 933039581
        },
        {
            "start": 933039583,
            "stop": 933039712
        },
        {
            "start": 933039717,
            "stop": 933039868
        },
        {
            "start": 933039887,
            "stop": 933040018
        },
        {
            "start": 933040036,
            "stop": 933040054
        },
        {
            "start": 933040056,
            "stop": 933040065
        },
        {
            "start": 933040067,
            "stop": 933040080
        },
        {
            "start": 933040099,
            "stop": 933040181
        },
        {
            "start": 933040186,
            "stop": 933040586
        },
        {
            "start": 933040606,
            "stop": 933040654
        }
    ]
}