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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7393",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7391",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7392,
    "results": [
        {
            "start": 969741882,
            "stop": 969741887
        },
        {
            "start": 969742280,
            "stop": 969742320
        },
        {
            "start": 969742400,
            "stop": 969742427
        },
        {
            "start": 969742489,
            "stop": 969742502
        },
        {
            "start": 969742513,
            "stop": 969742569
        },
        {
            "start": 969742574,
            "stop": 969742603
        },
        {
            "start": 969742606,
            "stop": 969742701
        },
        {
            "start": 969742704,
            "stop": 969742760
        },
        {
            "start": 969742800,
            "stop": 969742913
        },
        {
            "start": 969742924,
            "stop": 969743073
        },
        {
            "start": 969743091,
            "stop": 969743120
        },
        {
            "start": 969743240,
            "stop": 969743364
        },
        {
            "start": 969743367,
            "stop": 969743368
        },
        {
            "start": 969743371,
            "stop": 969743377
        },
        {
            "start": 969743380,
            "stop": 969743406
        },
        {
            "start": 969743409,
            "stop": 969743497
        },
        {
            "start": 969743502,
            "stop": 969743510
        },
        {
            "start": 969743513,
            "stop": 969743540
        },
        {
            "start": 969743543,
            "stop": 969743621
        },
        {
            "start": 969743624,
            "stop": 969743627
        }
    ]
}