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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=70",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 71,
    "results": [
        {
            "start": 1404969884,
            "stop": 1404975310
        },
        {
            "start": 1404975559,
            "stop": 1404983043
        },
        {
            "start": 1404983392,
            "stop": 1404985699
        },
        {
            "start": 1404985704,
            "stop": 1404987380
        },
        {
            "start": 1404987384,
            "stop": 1404999203
        },
        {
            "start": 1405003963,
            "stop": 1405008843
        },
        {
            "start": 1405009265,
            "stop": 1405013043
        },
        {
            "start": 1405013046,
            "stop": 1405015172
        },
        {
            "start": 1405015598,
            "stop": 1405017140
        },
        {
            "start": 1405028117,
            "stop": 1405043846
        },
        {
            "start": 1405043849,
            "stop": 1405050358
        },
        {
            "start": 1405055477,
            "stop": 1405061189
        },
        {
            "start": 1405061193,
            "stop": 1405064057
        },
        {
            "start": 1405064177,
            "stop": 1405064761
        },
        {
            "start": 1405064961,
            "stop": 1405065385
        },
        {
            "start": 1405065884,
            "stop": 1405066352
        },
        {
            "start": 1405066765,
            "stop": 1405067873
        },
        {
            "start": 1405068009,
            "stop": 1405068977
        },
        {
            "start": 1405069553,
            "stop": 1405070000
        },
        {
            "start": 1405070468,
            "stop": 1405071004
        }
    ]
}