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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=174",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 175,
    "results": [
        {
            "start": 1261342527,
            "stop": 1261342583
        },
        {
            "start": 1261342588,
            "stop": 1261342640
        },
        {
            "start": 1261344271,
            "stop": 1261344567
        },
        {
            "start": 1261344570,
            "stop": 1261344658
        },
        {
            "start": 1261344665,
            "stop": 1261345430
        },
        {
            "start": 1261345434,
            "stop": 1261346199
        },
        {
            "start": 1261346203,
            "stop": 1261346405
        },
        {
            "start": 1261346408,
            "stop": 1261348661
        },
        {
            "start": 1261348664,
            "stop": 1261351022
        },
        {
            "start": 1261351023,
            "stop": 1261351669
        },
        {
            "start": 1261351672,
            "stop": 1261354371
        },
        {
            "start": 1261354375,
            "stop": 1261356549
        },
        {
            "start": 1261356553,
            "stop": 1261358853
        },
        {
            "start": 1261358859,
            "stop": 1261360091
        },
        {
            "start": 1261360096,
            "stop": 1261361378
        },
        {
            "start": 1261361381,
            "stop": 1261362613
        },
        {
            "start": 1261362616,
            "stop": 1261363836
        },
        {
            "start": 1261363839,
            "stop": 1261364208
        },
        {
            "start": 1261364209,
            "stop": 1261364958
        },
        {
            "start": 1261364961,
            "stop": 1261365077
        }
    ]
}