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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5222",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5223,
    "results": [
        {
            "start": 874192904,
            "stop": 874192986
        },
        {
            "start": 874192993,
            "stop": 874193190
        },
        {
            "start": 874193738,
            "stop": 874193836
        },
        {
            "start": 874193844,
            "stop": 874193997
        },
        {
            "start": 874194113,
            "stop": 874194116
        },
        {
            "start": 874194197,
            "stop": 874194223
        },
        {
            "start": 874194259,
            "stop": 874194429
        },
        {
            "start": 874194437,
            "stop": 874194438
        },
        {
            "start": 874194474,
            "stop": 874195020
        },
        {
            "start": 874195027,
            "stop": 874196211
        },
        {
            "start": 874196219,
            "stop": 874197213
        },
        {
            "start": 874197221,
            "stop": 874198138
        },
        {
            "start": 874198145,
            "stop": 874200274
        },
        {
            "start": 874200282,
            "stop": 874200359
        },
        {
            "start": 874200366,
            "stop": 874200474
        },
        {
            "start": 874200482,
            "stop": 874200494
        },
        {
            "start": 874200502,
            "stop": 874200519
        },
        {
            "start": 874200526,
            "stop": 874201316
        },
        {
            "start": 874201323,
            "stop": 874201942
        },
        {
            "start": 874201978,
            "stop": 874203043
        }
    ]
}