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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=709",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 710,
    "results": [
        {
            "start": 830280549,
            "stop": 830280585
        },
        {
            "start": 830280604,
            "stop": 830280660
        },
        {
            "start": 830280679,
            "stop": 830281880
        },
        {
            "start": 830281899,
            "stop": 830283085
        },
        {
            "start": 830283103,
            "stop": 830283324
        },
        {
            "start": 830283366,
            "stop": 830283367
        },
        {
            "start": 830283388,
            "stop": 830283414
        },
        {
            "start": 830283436,
            "stop": 830283478
        },
        {
            "start": 830283485,
            "stop": 830284002
        },
        {
            "start": 830284020,
            "stop": 830284079
        },
        {
            "start": 830284101,
            "stop": 830284380
        },
        {
            "start": 830284500,
            "stop": 830286471
        },
        {
            "start": 830286512,
            "stop": 830288626
        },
        {
            "start": 830288629,
            "stop": 830289353
        },
        {
            "start": 830289370,
            "stop": 830289429
        },
        {
            "start": 830289446,
            "stop": 830290471
        },
        {
            "start": 830290488,
            "stop": 830290992
        },
        {
            "start": 830290998,
            "stop": 830291160
        },
        {
            "start": 830291280,
            "stop": 830291792
        },
        {
            "start": 830291795,
            "stop": 830294054
        }
    ]
}