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_CAT3/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/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 69,
    "results": [
        {
            "start": 1238769981,
            "stop": 1238769988
        },
        {
            "start": 1238769991,
            "stop": 1238769992
        },
        {
            "start": 1238769995,
            "stop": 1238769997
        },
        {
            "start": 1238770003,
            "stop": 1238770004
        },
        {
            "start": 1238770005,
            "stop": 1238770008
        },
        {
            "start": 1238770011,
            "stop": 1238770044
        },
        {
            "start": 1238770045,
            "stop": 1238770065
        },
        {
            "start": 1238770067,
            "stop": 1238770198
        },
        {
            "start": 1238770200,
            "stop": 1238770222
        },
        {
            "start": 1238770224,
            "stop": 1238770233
        },
        {
            "start": 1238770236,
            "stop": 1238770239
        },
        {
            "start": 1238770240,
            "stop": 1238770285
        },
        {
            "start": 1238770287,
            "stop": 1238770288
        },
        {
            "start": 1238770290,
            "stop": 1238770298
        },
        {
            "start": 1238770299,
            "stop": 1238770354
        },
        {
            "start": 1238770355,
            "stop": 1238770415
        },
        {
            "start": 1238770416,
            "stop": 1238770419
        },
        {
            "start": 1238770422,
            "stop": 1238770600
        },
        {
            "start": 1238770606,
            "stop": 1238770986
        },
        {
            "start": 1238770987,
            "stop": 1238771121
        }
    ]
}