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=3510
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=3511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3509",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3510,
    "results": [
        {
            "start": 871343842,
            "stop": 871343940
        },
        {
            "start": 871344000,
            "stop": 871344181
        },
        {
            "start": 871344198,
            "stop": 871344240
        },
        {
            "start": 871344300,
            "stop": 871344420
        },
        {
            "start": 871344480,
            "stop": 871344540
        },
        {
            "start": 871344660,
            "stop": 871344808
        },
        {
            "start": 871344826,
            "stop": 871345362
        },
        {
            "start": 871345379,
            "stop": 871345564
        },
        {
            "start": 871345581,
            "stop": 871345601
        },
        {
            "start": 871345618,
            "stop": 871345646
        },
        {
            "start": 871345663,
            "stop": 871345930
        },
        {
            "start": 871345933,
            "stop": 871346193
        },
        {
            "start": 871346210,
            "stop": 871346394
        },
        {
            "start": 871346411,
            "stop": 871346436
        },
        {
            "start": 871346471,
            "stop": 871346479
        },
        {
            "start": 871346498,
            "stop": 871347090
        },
        {
            "start": 871347107,
            "stop": 871347437
        },
        {
            "start": 871347454,
            "stop": 871347480
        },
        {
            "start": 871347825,
            "stop": 871348140
        },
        {
            "start": 871348200,
            "stop": 871348217
        }
    ]
}