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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=54",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 55,
    "results": [
        {
            "start": 817589035,
            "stop": 817590011
        },
        {
            "start": 817590015,
            "stop": 817590020
        },
        {
            "start": 817590028,
            "stop": 817591477
        },
        {
            "start": 817591480,
            "stop": 817592577
        },
        {
            "start": 817592580,
            "stop": 817594046
        },
        {
            "start": 817594049,
            "stop": 817594061
        },
        {
            "start": 817594084,
            "stop": 817594091
        },
        {
            "start": 817594102,
            "stop": 817594127
        },
        {
            "start": 817594133,
            "stop": 817594152
        },
        {
            "start": 817600227,
            "stop": 817600657
        },
        {
            "start": 817600658,
            "stop": 817602078
        },
        {
            "start": 817602081,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817607456
        },
        {
            "start": 817607459,
            "stop": 817614667
        },
        {
            "start": 817614670,
            "stop": 817615535
        },
        {
            "start": 817615538,
            "stop": 817626360
        },
        {
            "start": 817626364,
            "stop": 817626387
        },
        {
            "start": 817626390,
            "stop": 817626562
        },
        {
            "start": 817626565,
            "stop": 817626670
        },
        {
            "start": 817626673,
            "stop": 817627842
        }
    ]
}