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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 58,
    "results": [
        {
            "start": 1403206603,
            "stop": 1403219582
        },
        {
            "start": 1403219584,
            "stop": 1403225240
        },
        {
            "start": 1403225243,
            "stop": 1403228272
        },
        {
            "start": 1403241694,
            "stop": 1403245656
        },
        {
            "start": 1403248450,
            "stop": 1403249490
        },
        {
            "start": 1403249494,
            "stop": 1403251840
        },
        {
            "start": 1403251845,
            "stop": 1403252498
        },
        {
            "start": 1403252501,
            "stop": 1403253185
        },
        {
            "start": 1403258503,
            "stop": 1403265107
        },
        {
            "start": 1403265109,
            "stop": 1403269391
        },
        {
            "start": 1403269394,
            "stop": 1403269583
        },
        {
            "start": 1403269588,
            "stop": 1403275289
        },
        {
            "start": 1403275293,
            "stop": 1403278286
        },
        {
            "start": 1403289295,
            "stop": 1403304954
        },
        {
            "start": 1403304958,
            "stop": 1403308088
        },
        {
            "start": 1403308090,
            "stop": 1403313475
        },
        {
            "start": 1403313478,
            "stop": 1403315554
        },
        {
            "start": 1403315559,
            "stop": 1403319513
        },
        {
            "start": 1403319516,
            "stop": 1403325220
        },
        {
            "start": 1403325225,
            "stop": 1403327848
        }
    ]
}