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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=46",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 47,
    "results": [
        {
            "start": 1262679368,
            "stop": 1262679446
        },
        {
            "start": 1262679448,
            "stop": 1262679614
        },
        {
            "start": 1262679616,
            "stop": 1262679680
        },
        {
            "start": 1262679682,
            "stop": 1262679707
        },
        {
            "start": 1262679708,
            "stop": 1262680087
        },
        {
            "start": 1262680090,
            "stop": 1262680135
        },
        {
            "start": 1262680136,
            "stop": 1262680139
        },
        {
            "start": 1262680144,
            "stop": 1262680255
        },
        {
            "start": 1262680257,
            "stop": 1262680334
        },
        {
            "start": 1262680337,
            "stop": 1262680585
        },
        {
            "start": 1262680587,
            "stop": 1262680733
        },
        {
            "start": 1262680735,
            "stop": 1262680829
        },
        {
            "start": 1262680831,
            "stop": 1262680913
        },
        {
            "start": 1262680915,
            "stop": 1262681114
        },
        {
            "start": 1262681115,
            "stop": 1262681121
        },
        {
            "start": 1262681123,
            "stop": 1262681250
        },
        {
            "start": 1262681252,
            "stop": 1262681416
        },
        {
            "start": 1262681419,
            "stop": 1262681424
        },
        {
            "start": 1262681426,
            "stop": 1262681429
        },
        {
            "start": 1262681433,
            "stop": 1262681437
        }
    ]
}