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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 204,
    "results": [
        {
            "start": 1126838058,
            "stop": 1126838068
        },
        {
            "start": 1126838069,
            "stop": 1126838172
        },
        {
            "start": 1126838173,
            "stop": 1126838177
        },
        {
            "start": 1126838237,
            "stop": 1126838391
        },
        {
            "start": 1126838392,
            "stop": 1126838627
        },
        {
            "start": 1126838629,
            "stop": 1126838656
        },
        {
            "start": 1126838658,
            "stop": 1126838662
        },
        {
            "start": 1126838664,
            "stop": 1126838676
        },
        {
            "start": 1126838679,
            "stop": 1126838726
        },
        {
            "start": 1126838727,
            "stop": 1126838792
        },
        {
            "start": 1126838794,
            "stop": 1126839192
        },
        {
            "start": 1126839194,
            "stop": 1126839271
        },
        {
            "start": 1126839273,
            "stop": 1126839314
        },
        {
            "start": 1126839316,
            "stop": 1126839576
        },
        {
            "start": 1126839577,
            "stop": 1126839647
        },
        {
            "start": 1126839649,
            "stop": 1126839976
        },
        {
            "start": 1126839977,
            "stop": 1126840368
        },
        {
            "start": 1126840369,
            "stop": 1126840740
        },
        {
            "start": 1126840741,
            "stop": 1126841123
        },
        {
            "start": 1126841124,
            "stop": 1126841192
        }
    ]
}