Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47026
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47025",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47026,
    "results": [
        {
            "start": 875229890,
            "stop": 875229923
        },
        {
            "start": 875229926,
            "stop": 875229951
        },
        {
            "start": 875229955,
            "stop": 875229963
        },
        {
            "start": 875229966,
            "stop": 875230004
        },
        {
            "start": 875230005,
            "stop": 875230048
        },
        {
            "start": 875230049,
            "stop": 875230062
        },
        {
            "start": 875230065,
            "stop": 875230096
        },
        {
            "start": 875230100,
            "stop": 875230119
        },
        {
            "start": 875230121,
            "stop": 875230142
        },
        {
            "start": 875230145,
            "stop": 875230151
        },
        {
            "start": 875230155,
            "stop": 875230196
        },
        {
            "start": 875231472,
            "stop": 875231596
        },
        {
            "start": 875231597,
            "stop": 875231620
        },
        {
            "start": 875231621,
            "stop": 875231628
        },
        {
            "start": 875231629,
            "stop": 875231689
        },
        {
            "start": 875231690,
            "stop": 875231711
        },
        {
            "start": 875231712,
            "stop": 875231848
        },
        {
            "start": 875231849,
            "stop": 875231924
        },
        {
            "start": 875231925,
            "stop": 875232014
        }
    ]
}