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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=403",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 404,
    "results": [
        {
            "start": 1184967090,
            "stop": 1184970076
        },
        {
            "start": 1184970078,
            "stop": 1184975570
        },
        {
            "start": 1184979979,
            "stop": 1185009050
        },
        {
            "start": 1185083107,
            "stop": 1185094268
        },
        {
            "start": 1185094510,
            "stop": 1185097448
        },
        {
            "start": 1185097690,
            "stop": 1185098048
        },
        {
            "start": 1185098110,
            "stop": 1185098168
        },
        {
            "start": 1185098230,
            "stop": 1185098288
        },
        {
            "start": 1185098350,
            "stop": 1185099008
        },
        {
            "start": 1185099070,
            "stop": 1185099188
        },
        {
            "start": 1185099250,
            "stop": 1185099308
        },
        {
            "start": 1185099490,
            "stop": 1185099608
        },
        {
            "start": 1185099670,
            "stop": 1185100448
        },
        {
            "start": 1185100510,
            "stop": 1185102411
        },
        {
            "start": 1185144020,
            "stop": 1185149471
        },
        {
            "start": 1185149473,
            "stop": 1185154003
        },
        {
            "start": 1185157517,
            "stop": 1185164133
        },
        {
            "start": 1185164586,
            "stop": 1185198326
        },
        {
            "start": 1185198330,
            "stop": 1185198331
        },
        {
            "start": 1185198344,
            "stop": 1185199981
        }
    ]
}