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=3835
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=3836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3834",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3835,
    "results": [
        {
            "start": 873467221,
            "stop": 873467230
        },
        {
            "start": 873467232,
            "stop": 873467235
        },
        {
            "start": 873467237,
            "stop": 873467245
        },
        {
            "start": 873467246,
            "stop": 873467272
        },
        {
            "start": 873467273,
            "stop": 873467276
        },
        {
            "start": 873467277,
            "stop": 873467299
        },
        {
            "start": 873467300,
            "stop": 873467307
        },
        {
            "start": 873467308,
            "stop": 873467324
        },
        {
            "start": 873467325,
            "stop": 873467604
        },
        {
            "start": 873467605,
            "stop": 873467633
        },
        {
            "start": 873467634,
            "stop": 873467757
        },
        {
            "start": 873467758,
            "stop": 873467784
        },
        {
            "start": 873467785,
            "stop": 873467787
        },
        {
            "start": 873467788,
            "stop": 873467926
        },
        {
            "start": 873467927,
            "stop": 873467931
        },
        {
            "start": 873467932,
            "stop": 873467946
        },
        {
            "start": 873467947,
            "stop": 873467958
        },
        {
            "start": 873467959,
            "stop": 873467971
        },
        {
            "start": 873469468,
            "stop": 873471400
        },
        {
            "start": 873471760,
            "stop": 873472416
        }
    ]
}