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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=251",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 252,
    "results": [
        {
            "start": 1264410280,
            "stop": 1264410292
        },
        {
            "start": 1264410293,
            "stop": 1264410294
        },
        {
            "start": 1264410296,
            "stop": 1264410300
        },
        {
            "start": 1264410302,
            "stop": 1264410307
        },
        {
            "start": 1264410309,
            "stop": 1264410466
        },
        {
            "start": 1264410468,
            "stop": 1264410600
        },
        {
            "start": 1264410601,
            "stop": 1264410639
        },
        {
            "start": 1264410642,
            "stop": 1264411344
        },
        {
            "start": 1264411346,
            "stop": 1264411555
        },
        {
            "start": 1264411557,
            "stop": 1264411713
        },
        {
            "start": 1264411716,
            "stop": 1264412143
        },
        {
            "start": 1264412144,
            "stop": 1264412531
        },
        {
            "start": 1264412533,
            "stop": 1264412550
        },
        {
            "start": 1264412551,
            "stop": 1264412757
        },
        {
            "start": 1264412758,
            "stop": 1264412860
        },
        {
            "start": 1264412863,
            "stop": 1264413442
        },
        {
            "start": 1264413443,
            "stop": 1264413647
        },
        {
            "start": 1264413648,
            "stop": 1264414864
        },
        {
            "start": 1264414866,
            "stop": 1264415256
        },
        {
            "start": 1264415259,
            "stop": 1264415479
        }
    ]
}