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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=585",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=583",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 584,
    "results": [
        {
            "start": 1264989292,
            "stop": 1264989607
        },
        {
            "start": 1264989608,
            "stop": 1264989610
        },
        {
            "start": 1264989611,
            "stop": 1264990470
        },
        {
            "start": 1264990471,
            "stop": 1264990485
        },
        {
            "start": 1264990486,
            "stop": 1264990498
        },
        {
            "start": 1264990499,
            "stop": 1264990520
        },
        {
            "start": 1264990521,
            "stop": 1264990572
        },
        {
            "start": 1264990573,
            "stop": 1264990575
        },
        {
            "start": 1264990576,
            "stop": 1264990580
        },
        {
            "start": 1264990582,
            "stop": 1264990583
        },
        {
            "start": 1264990584,
            "stop": 1264990589
        },
        {
            "start": 1264990590,
            "stop": 1264990604
        },
        {
            "start": 1264990605,
            "stop": 1264990609
        },
        {
            "start": 1264990610,
            "stop": 1264990612
        },
        {
            "start": 1264990614,
            "stop": 1264990616
        },
        {
            "start": 1264990618,
            "stop": 1264990623
        },
        {
            "start": 1264990625,
            "stop": 1264990633
        },
        {
            "start": 1264990634,
            "stop": 1264991547
        },
        {
            "start": 1264991549,
            "stop": 1264991788
        },
        {
            "start": 1264991790,
            "stop": 1264992785
        }
    ]
}