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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=101",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 102,
    "results": [
        {
            "start": 1408629344,
            "stop": 1408638601
        },
        {
            "start": 1408644771,
            "stop": 1408646056
        },
        {
            "start": 1408646061,
            "stop": 1408648258
        },
        {
            "start": 1408651230,
            "stop": 1408653456
        },
        {
            "start": 1408653458,
            "stop": 1408655907
        },
        {
            "start": 1408656978,
            "stop": 1408659485
        },
        {
            "start": 1408659486,
            "stop": 1408659558
        },
        {
            "start": 1408660066,
            "stop": 1408661232
        },
        {
            "start": 1408661234,
            "stop": 1408664593
        },
        {
            "start": 1408676661,
            "stop": 1408679345
        },
        {
            "start": 1408679348,
            "stop": 1408681693
        },
        {
            "start": 1408681698,
            "stop": 1408683702
        },
        {
            "start": 1408683704,
            "stop": 1408684735
        },
        {
            "start": 1408689328,
            "stop": 1408692380
        },
        {
            "start": 1408692384,
            "stop": 1408711995
        },
        {
            "start": 1408712000,
            "stop": 1408712740
        },
        {
            "start": 1408712744,
            "stop": 1408719619
        },
        {
            "start": 1408740136,
            "stop": 1408759945
        },
        {
            "start": 1408759948,
            "stop": 1408771130
        },
        {
            "start": 1408771133,
            "stop": 1408777983
        }
    ]
}