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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6995",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6996,
    "results": [
        {
            "start": 873849517,
            "stop": 873850025
        },
        {
            "start": 873850029,
            "stop": 873850966
        },
        {
            "start": 873850969,
            "stop": 873851760
        },
        {
            "start": 873851820,
            "stop": 873852314
        },
        {
            "start": 873852576,
            "stop": 873852620
        },
        {
            "start": 873852623,
            "stop": 873852657
        },
        {
            "start": 873852661,
            "stop": 873852688
        },
        {
            "start": 873852692,
            "stop": 873853543
        },
        {
            "start": 873853547,
            "stop": 873853699
        },
        {
            "start": 873853702,
            "stop": 873853718
        },
        {
            "start": 873853722,
            "stop": 873853830
        },
        {
            "start": 873853834,
            "stop": 873853870
        },
        {
            "start": 873853873,
            "stop": 873853877
        },
        {
            "start": 873853880,
            "stop": 873854320
        },
        {
            "start": 873854324,
            "stop": 873854887
        },
        {
            "start": 873854890,
            "stop": 873855570
        },
        {
            "start": 873855573,
            "stop": 873856495
        },
        {
            "start": 873856498,
            "stop": 873857116
        },
        {
            "start": 873857120,
            "stop": 873857412
        },
        {
            "start": 873857415,
            "stop": 873858171
        }
    ]
}