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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=246",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 247,
    "results": [
        {
            "start": 1241014663,
            "stop": 1241014882
        },
        {
            "start": 1241014883,
            "stop": 1241014889
        },
        {
            "start": 1241014891,
            "stop": 1241015002
        },
        {
            "start": 1241015004,
            "stop": 1241015063
        },
        {
            "start": 1241015064,
            "stop": 1241015500
        },
        {
            "start": 1241015501,
            "stop": 1241015925
        },
        {
            "start": 1241015929,
            "stop": 1241016190
        },
        {
            "start": 1241016192,
            "stop": 1241016194
        },
        {
            "start": 1241016195,
            "stop": 1241016200
        },
        {
            "start": 1241016202,
            "stop": 1241016203
        },
        {
            "start": 1241016204,
            "stop": 1241016352
        },
        {
            "start": 1241016355,
            "stop": 1241016356
        },
        {
            "start": 1241016362,
            "stop": 1241016409
        },
        {
            "start": 1241016410,
            "stop": 1241016412
        },
        {
            "start": 1241016418,
            "stop": 1241016419
        },
        {
            "start": 1241016420,
            "stop": 1241016457
        },
        {
            "start": 1241016464,
            "stop": 1241016465
        },
        {
            "start": 1241016466,
            "stop": 1241016592
        },
        {
            "start": 1241016599,
            "stop": 1241016640
        },
        {
            "start": 1241016643,
            "stop": 1241016644
        }
    ]
}