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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 263,
    "results": [
        {
            "start": 1126911407,
            "stop": 1126911569
        },
        {
            "start": 1126911570,
            "stop": 1126911823
        },
        {
            "start": 1126911824,
            "stop": 1126911855
        },
        {
            "start": 1126911856,
            "stop": 1126911859
        },
        {
            "start": 1126911861,
            "stop": 1126911864
        },
        {
            "start": 1126911866,
            "stop": 1126911879
        },
        {
            "start": 1126911881,
            "stop": 1126911891
        },
        {
            "start": 1126911893,
            "stop": 1126911938
        },
        {
            "start": 1126911940,
            "stop": 1126911945
        },
        {
            "start": 1126911946,
            "stop": 1126911992
        },
        {
            "start": 1126911993,
            "stop": 1126912365
        },
        {
            "start": 1126912366,
            "stop": 1126912598
        },
        {
            "start": 1126912600,
            "stop": 1126912734
        },
        {
            "start": 1126912735,
            "stop": 1126913145
        },
        {
            "start": 1126913146,
            "stop": 1126913250
        },
        {
            "start": 1126913253,
            "stop": 1126913527
        },
        {
            "start": 1126913528,
            "stop": 1126913632
        },
        {
            "start": 1126913634,
            "stop": 1126913931
        },
        {
            "start": 1126913932,
            "stop": 1126913941
        },
        {
            "start": 1126913942,
            "stop": 1126914072
        }
    ]
}