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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=88",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 89,
    "results": [
        {
            "start": 1175460728,
            "stop": 1175460740
        },
        {
            "start": 1175460742,
            "stop": 1175461268
        },
        {
            "start": 1175461269,
            "stop": 1175461270
        },
        {
            "start": 1175461271,
            "stop": 1175461272
        },
        {
            "start": 1175461273,
            "stop": 1175461329
        },
        {
            "start": 1175461330,
            "stop": 1175461337
        },
        {
            "start": 1175461340,
            "stop": 1175461406
        },
        {
            "start": 1175461407,
            "stop": 1175461433
        },
        {
            "start": 1175461438,
            "stop": 1175461452
        },
        {
            "start": 1175461460,
            "stop": 1175461461
        },
        {
            "start": 1175461464,
            "stop": 1175461466
        },
        {
            "start": 1175461467,
            "stop": 1175461470
        },
        {
            "start": 1175461471,
            "stop": 1175461519
        },
        {
            "start": 1175461525,
            "stop": 1175461527
        },
        {
            "start": 1175461528,
            "stop": 1175461529
        },
        {
            "start": 1175461530,
            "stop": 1175461531
        },
        {
            "start": 1175461535,
            "stop": 1175461937
        },
        {
            "start": 1175461943,
            "stop": 1175462215
        },
        {
            "start": 1175462217,
            "stop": 1175462248
        },
        {
            "start": 1175462250,
            "stop": 1175462254
        }
    ]
}