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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=368",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 369,
    "results": [
        {
            "start": 823171660,
            "stop": 823171747
        },
        {
            "start": 823171750,
            "stop": 823171849
        },
        {
            "start": 823171852,
            "stop": 823171868
        },
        {
            "start": 823171871,
            "stop": 823171966
        },
        {
            "start": 823171969,
            "stop": 823172207
        },
        {
            "start": 823172211,
            "stop": 823172278
        },
        {
            "start": 823172282,
            "stop": 823172328
        },
        {
            "start": 823172331,
            "stop": 823172480
        },
        {
            "start": 823172483,
            "stop": 823172614
        },
        {
            "start": 823172617,
            "stop": 823172634
        },
        {
            "start": 823172637,
            "stop": 823172661
        },
        {
            "start": 823172664,
            "stop": 823173003
        },
        {
            "start": 823173006,
            "stop": 823173284
        },
        {
            "start": 823173288,
            "stop": 823173485
        },
        {
            "start": 823173488,
            "stop": 823173621
        },
        {
            "start": 823173624,
            "stop": 823173694
        },
        {
            "start": 823173697,
            "stop": 823173912
        },
        {
            "start": 823173916,
            "stop": 823174121
        },
        {
            "start": 823174124,
            "stop": 823174170
        },
        {
            "start": 823174173,
            "stop": 823174573
        }
    ]
}