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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8337",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8338,
    "results": [
        {
            "start": 874496251,
            "stop": 874496406
        },
        {
            "start": 874496423,
            "stop": 874497802
        },
        {
            "start": 874497823,
            "stop": 874499116
        },
        {
            "start": 874499133,
            "stop": 874500833
        },
        {
            "start": 874500850,
            "stop": 874502080
        },
        {
            "start": 874502097,
            "stop": 874502134
        },
        {
            "start": 874502153,
            "stop": 874502864
        },
        {
            "start": 874502881,
            "stop": 874502902
        },
        {
            "start": 874502928,
            "stop": 874503221
        },
        {
            "start": 874503238,
            "stop": 874503808
        },
        {
            "start": 874503825,
            "stop": 874505078
        },
        {
            "start": 874505097,
            "stop": 874505487
        },
        {
            "start": 874505506,
            "stop": 874505700
        },
        {
            "start": 874505760,
            "stop": 874505773
        },
        {
            "start": 874505790,
            "stop": 874505812
        },
        {
            "start": 874505830,
            "stop": 874508800
        },
        {
            "start": 874508821,
            "stop": 874509353
        },
        {
            "start": 874509372,
            "stop": 874512103
        },
        {
            "start": 874512120,
            "stop": 874512919
        },
        {
            "start": 874512936,
            "stop": 874516443
        }
    ]
}