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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=144",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 145,
    "results": [
        {
            "start": 932793115,
            "stop": 932793246
        },
        {
            "start": 932793265,
            "stop": 932793506
        },
        {
            "start": 932793524,
            "stop": 932793646
        },
        {
            "start": 932793665,
            "stop": 932794193
        },
        {
            "start": 932794211,
            "stop": 932795689
        },
        {
            "start": 932795736,
            "stop": 932795750
        },
        {
            "start": 932795790,
            "stop": 932795794
        },
        {
            "start": 932795819,
            "stop": 932796110
        },
        {
            "start": 932796217,
            "stop": 932798236
        },
        {
            "start": 932798241,
            "stop": 932798898
        },
        {
            "start": 932798940,
            "stop": 932798966
        },
        {
            "start": 932799027,
            "stop": 932799704
        },
        {
            "start": 932799724,
            "stop": 932799764
        },
        {
            "start": 932799787,
            "stop": 932799915
        },
        {
            "start": 932799948,
            "stop": 932800839
        },
        {
            "start": 932800861,
            "stop": 932800876
        },
        {
            "start": 932801206,
            "stop": 932801220
        },
        {
            "start": 932801262,
            "stop": 932801273
        },
        {
            "start": 932801292,
            "stop": 932801335
        },
        {
            "start": 932801354,
            "stop": 932801388
        }
    ]
}