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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3564",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3565,
    "results": [
        {
            "start": 871716920,
            "stop": 871716925
        },
        {
            "start": 871716942,
            "stop": 871716949
        },
        {
            "start": 871716975,
            "stop": 871717013
        },
        {
            "start": 871717030,
            "stop": 871717037
        },
        {
            "start": 871717081,
            "stop": 871717198
        },
        {
            "start": 871717216,
            "stop": 871717231
        },
        {
            "start": 871717254,
            "stop": 871717259
        },
        {
            "start": 871717276,
            "stop": 871717309
        },
        {
            "start": 871717326,
            "stop": 871717330
        },
        {
            "start": 871717347,
            "stop": 871717388
        },
        {
            "start": 871717418,
            "stop": 871717567
        },
        {
            "start": 871717591,
            "stop": 871717645
        },
        {
            "start": 871717673,
            "stop": 871717720
        },
        {
            "start": 871717737,
            "stop": 871717766
        },
        {
            "start": 871717783,
            "stop": 871717796
        },
        {
            "start": 871717813,
            "stop": 871717866
        },
        {
            "start": 871717900,
            "stop": 871717903
        },
        {
            "start": 871717920,
            "stop": 871718023
        },
        {
            "start": 871718040,
            "stop": 871718208
        },
        {
            "start": 871718225,
            "stop": 871718424
        }
    ]
}