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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=68",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 69,
    "results": [
        {
            "start": 1258466453,
            "stop": 1258474792
        },
        {
            "start": 1258474797,
            "stop": 1258476341
        },
        {
            "start": 1258476345,
            "stop": 1258480168
        },
        {
            "start": 1258487006,
            "stop": 1258487860
        },
        {
            "start": 1258487862,
            "stop": 1258487864
        },
        {
            "start": 1258487869,
            "stop": 1258488392
        },
        {
            "start": 1258488395,
            "stop": 1258489365
        },
        {
            "start": 1258489368,
            "stop": 1258489614
        },
        {
            "start": 1258489617,
            "stop": 1258491049
        },
        {
            "start": 1258491054,
            "stop": 1258491350
        },
        {
            "start": 1258491353,
            "stop": 1258492136
        },
        {
            "start": 1258492139,
            "stop": 1258493832
        },
        {
            "start": 1258493835,
            "stop": 1258494800
        },
        {
            "start": 1258494803,
            "stop": 1258495108
        },
        {
            "start": 1258495111,
            "stop": 1258495138
        },
        {
            "start": 1258495142,
            "stop": 1258495360
        },
        {
            "start": 1258495362,
            "stop": 1258496830
        },
        {
            "start": 1258496833,
            "stop": 1258498256
        },
        {
            "start": 1258498257,
            "stop": 1258498864
        },
        {
            "start": 1258498867,
            "stop": 1258500356
        }
    ]
}