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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 152,
    "results": [
        {
            "start": 1126673166,
            "stop": 1126673425
        },
        {
            "start": 1126673426,
            "stop": 1126673732
        },
        {
            "start": 1126673733,
            "stop": 1126674045
        },
        {
            "start": 1126674046,
            "stop": 1126674091
        },
        {
            "start": 1126674092,
            "stop": 1126674391
        },
        {
            "start": 1126674392,
            "stop": 1126674750
        },
        {
            "start": 1126674751,
            "stop": 1126675120
        },
        {
            "start": 1126675122,
            "stop": 1126675195
        },
        {
            "start": 1126675196,
            "stop": 1126675433
        },
        {
            "start": 1126675434,
            "stop": 1126675667
        },
        {
            "start": 1126675674,
            "stop": 1126675740
        },
        {
            "start": 1126675741,
            "stop": 1126675834
        },
        {
            "start": 1126675836,
            "stop": 1126675840
        },
        {
            "start": 1126675843,
            "stop": 1126675845
        },
        {
            "start": 1126675847,
            "stop": 1126675853
        },
        {
            "start": 1126675854,
            "stop": 1126675856
        },
        {
            "start": 1126675860,
            "stop": 1126675861
        },
        {
            "start": 1126675863,
            "stop": 1126675864
        },
        {
            "start": 1126675868,
            "stop": 1126675869
        },
        {
            "start": 1126675871,
            "stop": 1126675879
        }
    ]
}