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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=433",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 434,
    "results": [
        {
            "start": 1268133909,
            "stop": 1268133922
        },
        {
            "start": 1268133923,
            "stop": 1268133924
        },
        {
            "start": 1268133926,
            "stop": 1268133927
        },
        {
            "start": 1268133929,
            "stop": 1268133931
        },
        {
            "start": 1268133932,
            "stop": 1268133934
        },
        {
            "start": 1268133935,
            "stop": 1268133936
        },
        {
            "start": 1268133937,
            "stop": 1268133942
        },
        {
            "start": 1268133943,
            "stop": 1268133945
        },
        {
            "start": 1268133946,
            "stop": 1268133948
        },
        {
            "start": 1268133950,
            "stop": 1268133958
        },
        {
            "start": 1268133959,
            "stop": 1268133961
        },
        {
            "start": 1268133963,
            "stop": 1268133968
        },
        {
            "start": 1268133970,
            "stop": 1268133985
        },
        {
            "start": 1268133987,
            "stop": 1268134002
        },
        {
            "start": 1268134004,
            "stop": 1268134010
        },
        {
            "start": 1268134012,
            "stop": 1268134036
        },
        {
            "start": 1268134041,
            "stop": 1268134045
        },
        {
            "start": 1268134046,
            "stop": 1268134047
        },
        {
            "start": 1268134049,
            "stop": 1268134054
        },
        {
            "start": 1268134055,
            "stop": 1268134058
        }
    ]
}