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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=116",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 117,
    "results": [
        {
            "start": 953231266,
            "stop": 953231272
        },
        {
            "start": 953231284,
            "stop": 953231295
        },
        {
            "start": 953231300,
            "stop": 953231313
        },
        {
            "start": 953231316,
            "stop": 953231317
        },
        {
            "start": 953231328,
            "stop": 953231329
        },
        {
            "start": 953231337,
            "stop": 953231345
        },
        {
            "start": 953231348,
            "stop": 953231361
        },
        {
            "start": 953231364,
            "stop": 953231373
        },
        {
            "start": 953231378,
            "stop": 953231384
        },
        {
            "start": 953231397,
            "stop": 953231419
        },
        {
            "start": 953231422,
            "stop": 953231425
        },
        {
            "start": 953231429,
            "stop": 953231437
        },
        {
            "start": 953231440,
            "stop": 953231443
        },
        {
            "start": 953231456,
            "stop": 953231475
        },
        {
            "start": 953231486,
            "stop": 953231487
        },
        {
            "start": 953231494,
            "stop": 953231498
        },
        {
            "start": 953231501,
            "stop": 953231505
        },
        {
            "start": 953231517,
            "stop": 953231519
        },
        {
            "start": 953231521,
            "stop": 953231523
        },
        {
            "start": 953231528,
            "stop": 953231530
        }
    ]
}