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=583
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=584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=582",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 583,
    "results": [
        {
            "start": 827721315,
            "stop": 827733306
        },
        {
            "start": 827733310,
            "stop": 827734698
        },
        {
            "start": 827734717,
            "stop": 827734877
        },
        {
            "start": 827734881,
            "stop": 827739046
        },
        {
            "start": 827739050,
            "stop": 827745418
        },
        {
            "start": 827745439,
            "stop": 827745451
        },
        {
            "start": 827745470,
            "stop": 827745491
        },
        {
            "start": 827745508,
            "stop": 827745876
        },
        {
            "start": 827745893,
            "stop": 827754219
        },
        {
            "start": 827754236,
            "stop": 827756535
        },
        {
            "start": 827756539,
            "stop": 827756783
        },
        {
            "start": 827756786,
            "stop": 827756885
        },
        {
            "start": 827756902,
            "stop": 827757773
        },
        {
            "start": 827757776,
            "stop": 827760632
        },
        {
            "start": 827760700,
            "stop": 827760757
        },
        {
            "start": 827760777,
            "stop": 827761311
        },
        {
            "start": 827761330,
            "stop": 827761926
        },
        {
            "start": 827761945,
            "stop": 827762779
        },
        {
            "start": 827762799,
            "stop": 827764022
        },
        {
            "start": 827764043,
            "stop": 827766235
        }
    ]
}