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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=57",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 58,
    "results": [
        {
            "start": 824367023,
            "stop": 824370073
        },
        {
            "start": 824370080,
            "stop": 824370081
        },
        {
            "start": 824370587,
            "stop": 824373073
        },
        {
            "start": 824374546,
            "stop": 824387473
        },
        {
            "start": 824388832,
            "stop": 824390324
        },
        {
            "start": 824391647,
            "stop": 824395273
        },
        {
            "start": 824395709,
            "stop": 824395712
        },
        {
            "start": 824406662,
            "stop": 824407093
        },
        {
            "start": 824407153,
            "stop": 824407155
        },
        {
            "start": 824451338,
            "stop": 824454285
        },
        {
            "start": 824458771,
            "stop": 824459473
        },
        {
            "start": 824459505,
            "stop": 824459507
        },
        {
            "start": 824461332,
            "stop": 824476813
        },
        {
            "start": 824476973,
            "stop": 824476976
        },
        {
            "start": 824479655,
            "stop": 824479702
        },
        {
            "start": 824480297,
            "stop": 824480353
        },
        {
            "start": 824480364,
            "stop": 824480365
        },
        {
            "start": 824492119,
            "stop": 824492293
        },
        {
            "start": 824492333,
            "stop": 824492335
        },
        {
            "start": 824501513,
            "stop": 824505075
        }
    ]
}