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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=555",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=553",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 554,
    "results": [
        {
            "start": 1185301646,
            "stop": 1185303084
        },
        {
            "start": 1185303087,
            "stop": 1185306410
        },
        {
            "start": 1185306413,
            "stop": 1185307302
        },
        {
            "start": 1185335783,
            "stop": 1185341223
        },
        {
            "start": 1185341227,
            "stop": 1185341499
        },
        {
            "start": 1185341501,
            "stop": 1185349119
        },
        {
            "start": 1185349124,
            "stop": 1185359318
        },
        {
            "start": 1185359320,
            "stop": 1185366766
        },
        {
            "start": 1185366770,
            "stop": 1185373078
        },
        {
            "start": 1185373080,
            "stop": 1185373960
        },
        {
            "start": 1185373962,
            "stop": 1185375656
        },
        {
            "start": 1185375658,
            "stop": 1185377470
        },
        {
            "start": 1185377474,
            "stop": 1185378463
        },
        {
            "start": 1185378466,
            "stop": 1185378758
        },
        {
            "start": 1185378767,
            "stop": 1185379090
        },
        {
            "start": 1185379092,
            "stop": 1185379174
        },
        {
            "start": 1185379176,
            "stop": 1185379268
        },
        {
            "start": 1185379270,
            "stop": 1185379281
        },
        {
            "start": 1185379286,
            "stop": 1185379823
        },
        {
            "start": 1185379826,
            "stop": 1185380835
        }
    ]
}