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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5658",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5656",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5657,
    "results": [
        {
            "start": 874523535,
            "stop": 874523544
        },
        {
            "start": 874523550,
            "stop": 874523609
        },
        {
            "start": 874523612,
            "stop": 874523625
        },
        {
            "start": 874523628,
            "stop": 874523639
        },
        {
            "start": 874523645,
            "stop": 874523647
        },
        {
            "start": 874523650,
            "stop": 874523711
        },
        {
            "start": 874523715,
            "stop": 874523758
        },
        {
            "start": 874523761,
            "stop": 874523771
        },
        {
            "start": 874523774,
            "stop": 874523790
        },
        {
            "start": 874523793,
            "stop": 874523800
        },
        {
            "start": 874523804,
            "stop": 874523829
        },
        {
            "start": 874523832,
            "stop": 874523849
        },
        {
            "start": 874523857,
            "stop": 874523865
        },
        {
            "start": 874523868,
            "stop": 874523876
        },
        {
            "start": 874523879,
            "stop": 874523920
        },
        {
            "start": 874523923,
            "stop": 874523931
        },
        {
            "start": 874523935,
            "stop": 874523943
        },
        {
            "start": 874523946,
            "stop": 874523959
        },
        {
            "start": 874523963,
            "stop": 874523976
        },
        {
            "start": 874523979,
            "stop": 874523992
        }
    ]
}