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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33104",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33105,
    "results": [
        {
            "start": 970556555,
            "stop": 970556557
        },
        {
            "start": 970556559,
            "stop": 970556560
        },
        {
            "start": 970556561,
            "stop": 970556568
        },
        {
            "start": 970556569,
            "stop": 970556577
        },
        {
            "start": 970556578,
            "stop": 970556622
        },
        {
            "start": 970556623,
            "stop": 970556655
        },
        {
            "start": 970556656,
            "stop": 970556677
        },
        {
            "start": 970556679,
            "stop": 970556681
        },
        {
            "start": 970556683,
            "stop": 970556695
        },
        {
            "start": 970556697,
            "stop": 970556708
        },
        {
            "start": 970556712,
            "stop": 970556714
        },
        {
            "start": 970556715,
            "stop": 970556721
        },
        {
            "start": 970556723,
            "stop": 970556738
        },
        {
            "start": 970556739,
            "stop": 970556742
        },
        {
            "start": 970556743,
            "stop": 970556750
        },
        {
            "start": 970556751,
            "stop": 970556762
        },
        {
            "start": 970556765,
            "stop": 970556784
        },
        {
            "start": 970556785,
            "stop": 970556807
        },
        {
            "start": 970556808,
            "stop": 970556821
        },
        {
            "start": 970556823,
            "stop": 970556834
        }
    ]
}