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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7407",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7408,
    "results": [
        {
            "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
        },
        {
            "start": 969743760,
            "stop": 969743807
        },
        {
            "start": 969743810,
            "stop": 969743835
        },
        {
            "start": 969743838,
            "stop": 969743861
        },
        {
            "start": 969743872,
            "stop": 969743886
        },
        {
            "start": 969743897,
            "stop": 969743902
        }
    ]
}