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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=22",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 23,
    "results": [
        {
            "start": 934518086,
            "stop": 934531150
        },
        {
            "start": 934534908,
            "stop": 934539747
        },
        {
            "start": 934543178,
            "stop": 934555381
        },
        {
            "start": 934558569,
            "stop": 934561419
        },
        {
            "start": 934566136,
            "stop": 934566924
        },
        {
            "start": 934570265,
            "stop": 934574929
        },
        {
            "start": 934579364,
            "stop": 934588228
        },
        {
            "start": 934593938,
            "stop": 934594202
        },
        {
            "start": 934603526,
            "stop": 934607003
        },
        {
            "start": 934608260,
            "stop": 934617379
        },
        {
            "start": 934618944,
            "stop": 934623673
        },
        {
            "start": 934626312,
            "stop": 934638416
        },
        {
            "start": 934642338,
            "stop": 934643441
        },
        {
            "start": 934678632,
            "stop": 934681514
        },
        {
            "start": 934683337,
            "stop": 934687076
        },
        {
            "start": 934688697,
            "stop": 934698468
        },
        {
            "start": 934700165,
            "stop": 934724587
        },
        {
            "start": 934729106,
            "stop": 934729918
        },
        {
            "start": 934734882,
            "stop": 934740154
        },
        {
            "start": 934749183,
            "stop": 934759536
        }
    ]
}