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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33077",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33075",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33076,
    "results": [
        {
            "start": 970470673,
            "stop": 970470674
        },
        {
            "start": 970470676,
            "stop": 970470677
        },
        {
            "start": 970470702,
            "stop": 970470703
        },
        {
            "start": 970470736,
            "stop": 970470737
        },
        {
            "start": 970470780,
            "stop": 970470781
        },
        {
            "start": 970470798,
            "stop": 970470799
        },
        {
            "start": 970470825,
            "stop": 970470827
        },
        {
            "start": 970470831,
            "stop": 970470832
        },
        {
            "start": 970470841,
            "stop": 970470842
        },
        {
            "start": 970470875,
            "stop": 970470876
        },
        {
            "start": 970470928,
            "stop": 970470929
        },
        {
            "start": 970470996,
            "stop": 970470997
        },
        {
            "start": 970471049,
            "stop": 970471051
        },
        {
            "start": 970471162,
            "stop": 970471165
        },
        {
            "start": 970471215,
            "stop": 970471216
        },
        {
            "start": 970471218,
            "stop": 970471219
        },
        {
            "start": 970471234,
            "stop": 970471235
        },
        {
            "start": 970471265,
            "stop": 970471266
        },
        {
            "start": 970471331,
            "stop": 970471332
        },
        {
            "start": 970471339,
            "stop": 970471340
        }
    ]
}