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=8291
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=8292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8290",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8291,
    "results": [
        {
            "start": 874044739,
            "stop": 874044808
        },
        {
            "start": 874044827,
            "stop": 874044847
        },
        {
            "start": 874044866,
            "stop": 874044874
        },
        {
            "start": 874044893,
            "stop": 874044962
        },
        {
            "start": 874044988,
            "stop": 874045124
        },
        {
            "start": 874045143,
            "stop": 874045359
        },
        {
            "start": 874045379,
            "stop": 874045408
        },
        {
            "start": 874045428,
            "stop": 874045465
        },
        {
            "start": 874045482,
            "stop": 874045515
        },
        {
            "start": 874045534,
            "stop": 874045691
        },
        {
            "start": 874045708,
            "stop": 874045916
        },
        {
            "start": 874046040,
            "stop": 874046095
        },
        {
            "start": 874046880,
            "stop": 874046940
        },
        {
            "start": 874047504,
            "stop": 874047533
        },
        {
            "start": 874047552,
            "stop": 874047608
        },
        {
            "start": 874047780,
            "stop": 874047839
        },
        {
            "start": 874047866,
            "stop": 874048132
        },
        {
            "start": 874048149,
            "stop": 874048249
        },
        {
            "start": 874048274,
            "stop": 874048403
        },
        {
            "start": 874048422,
            "stop": 874048461
        }
    ]
}