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=824
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=825",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=823",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 824,
    "results": [
        {
            "start": 1268958038,
            "stop": 1268958039
        },
        {
            "start": 1268958040,
            "stop": 1268958043
        },
        {
            "start": 1268958044,
            "stop": 1268958045
        },
        {
            "start": 1268958046,
            "stop": 1268958047
        },
        {
            "start": 1268958048,
            "stop": 1268958050
        },
        {
            "start": 1268958051,
            "stop": 1268958053
        },
        {
            "start": 1268958054,
            "stop": 1268958059
        },
        {
            "start": 1268958060,
            "stop": 1268958061
        },
        {
            "start": 1268958065,
            "stop": 1268958067
        },
        {
            "start": 1268958069,
            "stop": 1268958071
        },
        {
            "start": 1268958075,
            "stop": 1268958076
        },
        {
            "start": 1268958077,
            "stop": 1268958081
        },
        {
            "start": 1268958082,
            "stop": 1268958087
        },
        {
            "start": 1268958088,
            "stop": 1268958089
        },
        {
            "start": 1268958090,
            "stop": 1268958092
        },
        {
            "start": 1268958095,
            "stop": 1268958096
        },
        {
            "start": 1268958097,
            "stop": 1268958098
        },
        {
            "start": 1268958100,
            "stop": 1268958106
        },
        {
            "start": 1268958108,
            "stop": 1268958110
        },
        {
            "start": 1268958111,
            "stop": 1268958112
        }
    ]
}