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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=272",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 273,
    "results": [
        {
            "start": 852588526,
            "stop": 852588527
        },
        {
            "start": 852588653,
            "stop": 852589273
        },
        {
            "start": 852589280,
            "stop": 852589281
        },
        {
            "start": 852589522,
            "stop": 852589634
        },
        {
            "start": 852589803,
            "stop": 852605452
        },
        {
            "start": 852605556,
            "stop": 852606110
        },
        {
            "start": 852606421,
            "stop": 852626053
        },
        {
            "start": 852626082,
            "stop": 852626083
        },
        {
            "start": 852629940,
            "stop": 852643033
        },
        {
            "start": 852643053,
            "stop": 852643055
        },
        {
            "start": 852643681,
            "stop": 852644173
        },
        {
            "start": 852644189,
            "stop": 852644191
        },
        {
            "start": 852644382,
            "stop": 852644593
        },
        {
            "start": 852645936,
            "stop": 852651114
        },
        {
            "start": 852652319,
            "stop": 852652509
        },
        {
            "start": 852655607,
            "stop": 852660168
        },
        {
            "start": 852664939,
            "stop": 852670081
        },
        {
            "start": 852672795,
            "stop": 852674413
        },
        {
            "start": 852674419,
            "stop": 852674421
        },
        {
            "start": 852674483,
            "stop": 852675925
        }
    ]
}