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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 262,
    "results": [
        {
            "start": 1174309473,
            "stop": 1174310445
        },
        {
            "start": 1174310447,
            "stop": 1174311528
        },
        {
            "start": 1174311530,
            "stop": 1174312616
        },
        {
            "start": 1174312620,
            "stop": 1174312831
        },
        {
            "start": 1174312833,
            "stop": 1174313577
        },
        {
            "start": 1174313579,
            "stop": 1174314683
        },
        {
            "start": 1174314685,
            "stop": 1174315740
        },
        {
            "start": 1174315742,
            "stop": 1174317012
        },
        {
            "start": 1174355714,
            "stop": 1174356388
        },
        {
            "start": 1174356406,
            "stop": 1174356689
        },
        {
            "start": 1174356691,
            "stop": 1174356852
        },
        {
            "start": 1174356856,
            "stop": 1174357973
        },
        {
            "start": 1174357975,
            "stop": 1174358942
        },
        {
            "start": 1174358944,
            "stop": 1174359957
        },
        {
            "start": 1174359959,
            "stop": 1174361087
        },
        {
            "start": 1174361089,
            "stop": 1174362595
        },
        {
            "start": 1174362597,
            "stop": 1174363601
        },
        {
            "start": 1174363603,
            "stop": 1174364676
        },
        {
            "start": 1174364678,
            "stop": 1174365945
        },
        {
            "start": 1174365947,
            "stop": 1174367064
        }
    ]
}