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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5294",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5292",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5293,
    "results": [
        {
            "start": 1137087876,
            "stop": 1137087878
        },
        {
            "start": 1137087880,
            "stop": 1137087881
        },
        {
            "start": 1137087886,
            "stop": 1137087911
        },
        {
            "start": 1137087916,
            "stop": 1137087925
        },
        {
            "start": 1137087926,
            "stop": 1137087941
        },
        {
            "start": 1137087944,
            "stop": 1137088023
        },
        {
            "start": 1137088025,
            "stop": 1137088118
        },
        {
            "start": 1137088120,
            "stop": 1137088121
        },
        {
            "start": 1137088123,
            "stop": 1137088170
        },
        {
            "start": 1137088172,
            "stop": 1137088174
        },
        {
            "start": 1137088176,
            "stop": 1137088178
        },
        {
            "start": 1137088180,
            "stop": 1137088182
        },
        {
            "start": 1137088184,
            "stop": 1137088185
        },
        {
            "start": 1137088187,
            "stop": 1137088189
        },
        {
            "start": 1137088191,
            "stop": 1137088238
        },
        {
            "start": 1137088240,
            "stop": 1137088253
        },
        {
            "start": 1137088255,
            "stop": 1137088257
        },
        {
            "start": 1137088259,
            "stop": 1137088313
        },
        {
            "start": 1137088315,
            "stop": 1137088388
        },
        {
            "start": 1137088390,
            "stop": 1137088394
        }
    ]
}