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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=329",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 330,
    "results": [
        {
            "start": 1263913771,
            "stop": 1263913780
        },
        {
            "start": 1263913782,
            "stop": 1263913787
        },
        {
            "start": 1263913789,
            "stop": 1263913878
        },
        {
            "start": 1263913880,
            "stop": 1263913883
        },
        {
            "start": 1263913884,
            "stop": 1263913960
        },
        {
            "start": 1263913962,
            "stop": 1263914495
        },
        {
            "start": 1263914496,
            "stop": 1263915119
        },
        {
            "start": 1263915123,
            "stop": 1263918437
        },
        {
            "start": 1263918439,
            "stop": 1263919761
        },
        {
            "start": 1263919762,
            "stop": 1263919978
        },
        {
            "start": 1263919982,
            "stop": 1263921488
        },
        {
            "start": 1263921490,
            "stop": 1263921545
        },
        {
            "start": 1263921546,
            "stop": 1263921555
        },
        {
            "start": 1263921557,
            "stop": 1263921644
        },
        {
            "start": 1263921647,
            "stop": 1263921650
        },
        {
            "start": 1263921653,
            "stop": 1263921695
        },
        {
            "start": 1263921696,
            "stop": 1263921697
        },
        {
            "start": 1263921698,
            "stop": 1263922138
        },
        {
            "start": 1263922139,
            "stop": 1263922140
        },
        {
            "start": 1263922141,
            "stop": 1263922334
        }
    ]
}