Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3772
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=3773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3771",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3772,
    "results": [
        {
            "start": 874238745,
            "stop": 874239162
        },
        {
            "start": 874239180,
            "stop": 874239303
        },
        {
            "start": 874239320,
            "stop": 874239480
        },
        {
            "start": 874239497,
            "stop": 874243187
        },
        {
            "start": 874243204,
            "stop": 874243354
        },
        {
            "start": 874243371,
            "stop": 874244404
        },
        {
            "start": 874244421,
            "stop": 874245960
        },
        {
            "start": 874246020,
            "stop": 874246080
        },
        {
            "start": 874246140,
            "stop": 874247580
        },
        {
            "start": 874247640,
            "stop": 874251480
        },
        {
            "start": 874251540,
            "stop": 874252707
        },
        {
            "start": 874252724,
            "stop": 874253263
        },
        {
            "start": 874253280,
            "stop": 874253527
        },
        {
            "start": 874253544,
            "stop": 874253567
        },
        {
            "start": 874253584,
            "stop": 874253749
        },
        {
            "start": 874253820,
            "stop": 874254344
        },
        {
            "start": 874254525,
            "stop": 874254721
        },
        {
            "start": 874254738,
            "stop": 874254926
        },
        {
            "start": 874254943,
            "stop": 874255200
        },
        {
            "start": 874255260,
            "stop": 874255980
        }
    ]
}