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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3051",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3052,
    "results": [
        {
            "start": 865012200,
            "stop": 865012665
        },
        {
            "start": 865012670,
            "stop": 865013640
        },
        {
            "start": 865013700,
            "stop": 865014855
        },
        {
            "start": 865014858,
            "stop": 865015109
        },
        {
            "start": 865015113,
            "stop": 865015434
        },
        {
            "start": 865016400,
            "stop": 865019212
        },
        {
            "start": 865019218,
            "stop": 865019220
        },
        {
            "start": 865019280,
            "stop": 865019805
        },
        {
            "start": 865020719,
            "stop": 865021260
        },
        {
            "start": 865021320,
            "stop": 865021342
        },
        {
            "start": 865021353,
            "stop": 865021800
        },
        {
            "start": 865021920,
            "stop": 865024500
        },
        {
            "start": 865024560,
            "stop": 865024968
        },
        {
            "start": 865024972,
            "stop": 865025640
        },
        {
            "start": 865025760,
            "stop": 865026281
        },
        {
            "start": 865026283,
            "stop": 865026300
        },
        {
            "start": 865026360,
            "stop": 865027740
        },
        {
            "start": 865027860,
            "stop": 865028242
        },
        {
            "start": 865028247,
            "stop": 865028777
        },
        {
            "start": 865030030,
            "stop": 865030323
        }
    ]
}