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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=145",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 146,
    "results": [
        {
            "start": 1260443732,
            "stop": 1260444607
        },
        {
            "start": 1260444610,
            "stop": 1260445158
        },
        {
            "start": 1260445166,
            "stop": 1260445678
        },
        {
            "start": 1260445681,
            "stop": 1260446080
        },
        {
            "start": 1260446083,
            "stop": 1260450623
        },
        {
            "start": 1260450626,
            "stop": 1260454084
        },
        {
            "start": 1260454086,
            "stop": 1260455685
        },
        {
            "start": 1260455690,
            "stop": 1260456612
        },
        {
            "start": 1260456616,
            "stop": 1260458364
        },
        {
            "start": 1260458368,
            "stop": 1260459524
        },
        {
            "start": 1260459528,
            "stop": 1260460802
        },
        {
            "start": 1260460805,
            "stop": 1260462039
        },
        {
            "start": 1260462042,
            "stop": 1260462520
        },
        {
            "start": 1260462525,
            "stop": 1260464789
        },
        {
            "start": 1260464793,
            "stop": 1260465417
        },
        {
            "start": 1260465421,
            "stop": 1260467777
        },
        {
            "start": 1260467780,
            "stop": 1260468554
        },
        {
            "start": 1260468556,
            "stop": 1260468942
        },
        {
            "start": 1260468943,
            "stop": 1260469400
        },
        {
            "start": 1260469405,
            "stop": 1260469572
        }
    ]
}