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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 271,
    "results": [
        {
            "start": 931782528,
            "stop": 931782529
        },
        {
            "start": 931782531,
            "stop": 931782540
        },
        {
            "start": 931782544,
            "stop": 931782554
        },
        {
            "start": 931782555,
            "stop": 931782565
        },
        {
            "start": 931782570,
            "stop": 931782574
        },
        {
            "start": 931782576,
            "stop": 931782600
        },
        {
            "start": 931782602,
            "stop": 931782605
        },
        {
            "start": 931782606,
            "stop": 931782610
        },
        {
            "start": 931782615,
            "stop": 931782622
        },
        {
            "start": 931782624,
            "stop": 931782628
        },
        {
            "start": 931782629,
            "stop": 931782661
        },
        {
            "start": 931782663,
            "stop": 931782678
        },
        {
            "start": 931782680,
            "stop": 931782716
        },
        {
            "start": 931782718,
            "stop": 931782721
        },
        {
            "start": 931782722,
            "stop": 931782767
        },
        {
            "start": 931782770,
            "stop": 931782773
        },
        {
            "start": 931782776,
            "stop": 931782784
        },
        {
            "start": 931782786,
            "stop": 931782792
        },
        {
            "start": 931782794,
            "stop": 931782795
        },
        {
            "start": 931782798,
            "stop": 931782801
        }
    ]
}