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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9859",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9860,
    "results": [
        {
            "start": 874239180,
            "stop": 874239303
        },
        {
            "start": 874239320,
            "stop": 874239480
        },
        {
            "start": 874239497,
            "stop": 874242661
        },
        {
            "start": 874242781,
            "stop": 874243187
        },
        {
            "start": 874243204,
            "stop": 874243354
        },
        {
            "start": 874243371,
            "stop": 874244404
        },
        {
            "start": 874244421,
            "stop": 874245182
        },
        {
            "start": 874245333,
            "stop": 874245518
        },
        {
            "start": 874245638,
            "stop": 874245716
        },
        {
            "start": 874245836,
            "stop": 874245960
        },
        {
            "start": 874246020,
            "stop": 874246080
        },
        {
            "start": 874246140,
            "stop": 874247580
        },
        {
            "start": 874247640,
            "stop": 874248676
        },
        {
            "start": 874248796,
            "stop": 874248977
        },
        {
            "start": 874249228,
            "stop": 874249980
        },
        {
            "start": 874250040,
            "stop": 874251480
        },
        {
            "start": 874251540,
            "stop": 874252707
        },
        {
            "start": 874252724,
            "stop": 874252994
        },
        {
            "start": 874253114,
            "stop": 874253263
        },
        {
            "start": 874253340,
            "stop": 874253527
        }
    ]
}