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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=113",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 114,
    "results": [
        {
            "start": 835388758,
            "stop": 835401208
        },
        {
            "start": 835401273,
            "stop": 835401276
        },
        {
            "start": 835401282,
            "stop": 835412620
        },
        {
            "start": 835421924,
            "stop": 835427005
        },
        {
            "start": 835428309,
            "stop": 835440859
        },
        {
            "start": 835441168,
            "stop": 835443271
        },
        {
            "start": 835443474,
            "stop": 835446520
        },
        {
            "start": 835447499,
            "stop": 835448836
        },
        {
            "start": 835476863,
            "stop": 835477230
        },
        {
            "start": 835477339,
            "stop": 835477840
        },
        {
            "start": 835477906,
            "stop": 835489785
        },
        {
            "start": 835491198,
            "stop": 835495639
        },
        {
            "start": 835497134,
            "stop": 835507697
        },
        {
            "start": 835507976,
            "stop": 835516575
        },
        {
            "start": 835518925,
            "stop": 835527838
        },
        {
            "start": 835528582,
            "stop": 835533774
        },
        {
            "start": 835536780,
            "stop": 835541549
        },
        {
            "start": 835541605,
            "stop": 835557382
        },
        {
            "start": 835557837,
            "stop": 835557996
        },
        {
            "start": 835558055,
            "stop": 835567150
        }
    ]
}