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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1140",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1141,
    "results": [
        {
            "start": 950255757,
            "stop": 950267471
        },
        {
            "start": 950267473,
            "stop": 950268434
        },
        {
            "start": 950268436,
            "stop": 950268854
        },
        {
            "start": 950268856,
            "stop": 950268864
        },
        {
            "start": 950268866,
            "stop": 950269723
        },
        {
            "start": 950271084,
            "stop": 950271347
        },
        {
            "start": 950271349,
            "stop": 950272495
        },
        {
            "start": 950273927,
            "stop": 950274350
        },
        {
            "start": 950276769,
            "stop": 950277449
        },
        {
            "start": 950277451,
            "stop": 950278348
        },
        {
            "start": 950278350,
            "stop": 950278478
        },
        {
            "start": 950278480,
            "stop": 950279483
        },
        {
            "start": 950279485,
            "stop": 950279716
        },
        {
            "start": 950279718,
            "stop": 950280211
        },
        {
            "start": 950280213,
            "stop": 950280387
        },
        {
            "start": 950280389,
            "stop": 950281478
        },
        {
            "start": 950283656,
            "stop": 950283665
        },
        {
            "start": 950283667,
            "stop": 950283783
        },
        {
            "start": 950284181,
            "stop": 950285053
        },
        {
            "start": 950285055,
            "stop": 950285085
        }
    ]
}