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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 17,
    "results": [
        {
            "start": 1126310993,
            "stop": 1126311101
        },
        {
            "start": 1126311102,
            "stop": 1126311217
        },
        {
            "start": 1126311218,
            "stop": 1126311325
        },
        {
            "start": 1126311326,
            "stop": 1126311430
        },
        {
            "start": 1126311432,
            "stop": 1126311537
        },
        {
            "start": 1126311538,
            "stop": 1126311641
        },
        {
            "start": 1126311643,
            "stop": 1126311751
        },
        {
            "start": 1126311752,
            "stop": 1126311866
        },
        {
            "start": 1126311867,
            "stop": 1126311974
        },
        {
            "start": 1126311975,
            "stop": 1126312088
        },
        {
            "start": 1126312089,
            "stop": 1126312196
        },
        {
            "start": 1126312198,
            "stop": 1126312301
        },
        {
            "start": 1126312302,
            "stop": 1126312409
        },
        {
            "start": 1126312410,
            "stop": 1126312538
        },
        {
            "start": 1126312539,
            "stop": 1126312579
        },
        {
            "start": 1126312580,
            "stop": 1126312898
        },
        {
            "start": 1126312899,
            "stop": 1126313281
        },
        {
            "start": 1126313282,
            "stop": 1126313592
        },
        {
            "start": 1126313593,
            "stop": 1126313706
        },
        {
            "start": 1126313707,
            "stop": 1126313771
        }
    ]
}