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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7037",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7038,
    "results": [
        {
            "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
        },
        {
            "start": 873860091,
            "stop": 873860336
        },
        {
            "start": 873860338,
            "stop": 873860392
        },
        {
            "start": 873860393,
            "stop": 873860540
        },
        {
            "start": 873860541,
            "stop": 873860731
        },
        {
            "start": 873860732,
            "stop": 873861215
        },
        {
            "start": 873861217,
            "stop": 873861458
        }
    ]
}