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=33108
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=33109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33107",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33108,
    "results": [
        {
            "start": 970557625,
            "stop": 970557658
        },
        {
            "start": 970557661,
            "stop": 970557663
        },
        {
            "start": 970557665,
            "stop": 970557702
        },
        {
            "start": 970557703,
            "stop": 970557708
        },
        {
            "start": 970557709,
            "stop": 970557711
        },
        {
            "start": 970557714,
            "stop": 970557718
        },
        {
            "start": 970557720,
            "stop": 970557723
        },
        {
            "start": 970557726,
            "stop": 970557728
        },
        {
            "start": 970557729,
            "stop": 970557739
        },
        {
            "start": 970557742,
            "stop": 970557751
        },
        {
            "start": 970557752,
            "stop": 970557775
        },
        {
            "start": 970557778,
            "stop": 970557793
        },
        {
            "start": 970557796,
            "stop": 970557808
        },
        {
            "start": 970557809,
            "stop": 970557826
        },
        {
            "start": 970557827,
            "stop": 970557846
        },
        {
            "start": 970557847,
            "stop": 970557861
        },
        {
            "start": 970557863,
            "stop": 970557865
        },
        {
            "start": 970557866,
            "stop": 970557871
        },
        {
            "start": 970557872,
            "stop": 970557908
        },
        {
            "start": 970557911,
            "stop": 970557922
        }
    ]
}