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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=103",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 104,
    "results": [
        {
            "start": 1263913962,
            "stop": 1263914495
        },
        {
            "start": 1263914496,
            "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
        },
        {
            "start": 1263922336,
            "stop": 1263922424
        },
        {
            "start": 1263922426,
            "stop": 1263922745
        },
        {
            "start": 1263922749,
            "stop": 1263922887
        },
        {
            "start": 1263922889,
            "stop": 1263923114
        },
        {
            "start": 1263923117,
            "stop": 1263923381
        },
        {
            "start": 1263923382,
            "stop": 1263923627
        }
    ]
}