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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6443",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6441",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6442,
    "results": [
        {
            "start": 873855921,
            "stop": 873856332
        },
        {
            "start": 873856333,
            "stop": 873856670
        },
        {
            "start": 873856671,
            "stop": 873856751
        },
        {
            "start": 873856752,
            "stop": 873856923
        },
        {
            "start": 873856924,
            "stop": 873856952
        },
        {
            "start": 873856953,
            "stop": 873857344
        },
        {
            "start": 873857345,
            "stop": 873857657
        },
        {
            "start": 873857658,
            "stop": 873857677
        },
        {
            "start": 873857678,
            "stop": 873857850
        },
        {
            "start": 873857851,
            "stop": 873857861
        },
        {
            "start": 873857862,
            "stop": 873858394
        },
        {
            "start": 873858395,
            "stop": 873858476
        },
        {
            "start": 873858477,
            "stop": 873858568
        },
        {
            "start": 873858569,
            "stop": 873858809
        },
        {
            "start": 873858810,
            "stop": 873859523
        },
        {
            "start": 873859525,
            "stop": 873859624
        },
        {
            "start": 873859625,
            "stop": 873859729
        },
        {
            "start": 873859731,
            "stop": 873859772
        },
        {
            "start": 873859773,
            "stop": 873860039
        },
        {
            "start": 873860040,
            "stop": 873860090
        }
    ]
}