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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=330",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 331,
    "results": [
        {
            "start": 1263922336,
            "stop": 1263922424
        },
        {
            "start": 1263922426,
            "stop": 1263922674
        },
        {
            "start": 1263922679,
            "stop": 1263922745
        },
        {
            "start": 1263922749,
            "stop": 1263922887
        },
        {
            "start": 1263922889,
            "stop": 1263923114
        },
        {
            "start": 1263923117,
            "stop": 1263923381
        },
        {
            "start": 1263923382,
            "stop": 1263923627
        },
        {
            "start": 1263923628,
            "stop": 1263923692
        },
        {
            "start": 1263923695,
            "stop": 1263923751
        },
        {
            "start": 1263923753,
            "stop": 1263923861
        },
        {
            "start": 1263923862,
            "stop": 1263924103
        },
        {
            "start": 1263924105,
            "stop": 1263924140
        },
        {
            "start": 1263924143,
            "stop": 1263924166
        },
        {
            "start": 1263924168,
            "stop": 1263924276
        },
        {
            "start": 1263924278,
            "stop": 1263924296
        },
        {
            "start": 1263924299,
            "stop": 1263924637
        },
        {
            "start": 1263924639,
            "stop": 1263924695
        },
        {
            "start": 1263924697,
            "stop": 1263924859
        },
        {
            "start": 1263924860,
            "stop": 1263924944
        },
        {
            "start": 1263942972,
            "stop": 1263943681
        }
    ]
}