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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 64,
    "results": [
        {
            "start": 1238767981,
            "stop": 1238768021
        },
        {
            "start": 1238768022,
            "stop": 1238768026
        },
        {
            "start": 1238768031,
            "stop": 1238768065
        },
        {
            "start": 1238768068,
            "stop": 1238768070
        },
        {
            "start": 1238768071,
            "stop": 1238768072
        },
        {
            "start": 1238768073,
            "stop": 1238768079
        },
        {
            "start": 1238768081,
            "stop": 1238768082
        },
        {
            "start": 1238768083,
            "stop": 1238768091
        },
        {
            "start": 1238768092,
            "stop": 1238768093
        },
        {
            "start": 1238768095,
            "stop": 1238768097
        },
        {
            "start": 1238768098,
            "stop": 1238768112
        },
        {
            "start": 1238768114,
            "stop": 1238768116
        },
        {
            "start": 1238768117,
            "stop": 1238768120
        },
        {
            "start": 1238768122,
            "stop": 1238768130
        },
        {
            "start": 1238768131,
            "stop": 1238768137
        },
        {
            "start": 1238768138,
            "stop": 1238768150
        },
        {
            "start": 1238768154,
            "stop": 1238768175
        },
        {
            "start": 1238768176,
            "stop": 1238768179
        },
        {
            "start": 1238768180,
            "stop": 1238768181
        },
        {
            "start": 1238768182,
            "stop": 1238768203
        }
    ]
}