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=104
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=105",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=103",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 104,
    "results": [
        {
            "start": 1126592739,
            "stop": 1126593024
        },
        {
            "start": 1126593025,
            "stop": 1126593084
        },
        {
            "start": 1126593085,
            "stop": 1126593266
        },
        {
            "start": 1126593268,
            "stop": 1126593270
        },
        {
            "start": 1126593274,
            "stop": 1126593335
        },
        {
            "start": 1126593336,
            "stop": 1126593566
        },
        {
            "start": 1126593567,
            "stop": 1126593660
        },
        {
            "start": 1126593661,
            "stop": 1126593984
        },
        {
            "start": 1126593986,
            "stop": 1126594328
        },
        {
            "start": 1126594330,
            "stop": 1126594387
        },
        {
            "start": 1126594388,
            "stop": 1126594691
        },
        {
            "start": 1126594692,
            "stop": 1126594734
        },
        {
            "start": 1126594735,
            "stop": 1126595010
        },
        {
            "start": 1126595012,
            "stop": 1126595211
        },
        {
            "start": 1126595218,
            "stop": 1126595329
        },
        {
            "start": 1126595330,
            "stop": 1126595370
        },
        {
            "start": 1126595372,
            "stop": 1126595657
        },
        {
            "start": 1126595658,
            "stop": 1126595739
        },
        {
            "start": 1126595747,
            "stop": 1126595750
        },
        {
            "start": 1126595753,
            "stop": 1126595859
        }
    ]
}