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=5205
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=5206",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5204",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5205,
    "results": [
        {
            "start": 1136282690,
            "stop": 1136282697
        },
        {
            "start": 1136282699,
            "stop": 1136282725
        },
        {
            "start": 1136282728,
            "stop": 1136282737
        },
        {
            "start": 1136282739,
            "stop": 1136282743
        },
        {
            "start": 1136282745,
            "stop": 1136282755
        },
        {
            "start": 1136282757,
            "stop": 1136282781
        },
        {
            "start": 1136282783,
            "stop": 1136282858
        },
        {
            "start": 1136282860,
            "stop": 1136282862
        },
        {
            "start": 1136282864,
            "stop": 1136282881
        },
        {
            "start": 1136282883,
            "stop": 1136282908
        },
        {
            "start": 1136282910,
            "stop": 1136282913
        },
        {
            "start": 1136282915,
            "stop": 1136282932
        },
        {
            "start": 1136282934,
            "stop": 1136282939
        },
        {
            "start": 1136282941,
            "stop": 1136282957
        },
        {
            "start": 1136282959,
            "stop": 1136282994
        },
        {
            "start": 1136282996,
            "stop": 1136283029
        },
        {
            "start": 1136283031,
            "stop": 1136283064
        },
        {
            "start": 1136283066,
            "stop": 1136283076
        },
        {
            "start": 1136283078,
            "stop": 1136283140
        },
        {
            "start": 1136283142,
            "stop": 1136283144
        }
    ]
}