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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 54,
    "results": [
        {
            "start": 1126412938,
            "stop": 1126413242
        },
        {
            "start": 1126413243,
            "stop": 1126413545
        },
        {
            "start": 1126413546,
            "stop": 1126413831
        },
        {
            "start": 1126413832,
            "stop": 1126413890
        },
        {
            "start": 1126413891,
            "stop": 1126414124
        },
        {
            "start": 1126414125,
            "stop": 1126414228
        },
        {
            "start": 1126414229,
            "stop": 1126414268
        },
        {
            "start": 1126414269,
            "stop": 1126414417
        },
        {
            "start": 1126414418,
            "stop": 1126414437
        },
        {
            "start": 1126414438,
            "stop": 1126414730
        },
        {
            "start": 1126414731,
            "stop": 1126415051
        },
        {
            "start": 1126415053,
            "stop": 1126415069
        },
        {
            "start": 1126415071,
            "stop": 1126415332
        },
        {
            "start": 1126415334,
            "stop": 1126415628
        },
        {
            "start": 1126415630,
            "stop": 1126415919
        },
        {
            "start": 1126415920,
            "stop": 1126416240
        },
        {
            "start": 1126416242,
            "stop": 1126416298
        },
        {
            "start": 1126416300,
            "stop": 1126416533
        },
        {
            "start": 1126416534,
            "stop": 1126416840
        },
        {
            "start": 1126416841,
            "stop": 1126417141
        }
    ]
}