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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=11",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 12,
    "results": [
        {
            "start": 1243962628,
            "stop": 1244052892
        },
        {
            "start": 1244056992,
            "stop": 1244064953
        },
        {
            "start": 1244067105,
            "stop": 1244098423
        },
        {
            "start": 1244106426,
            "stop": 1244208889
        },
        {
            "start": 1244214487,
            "stop": 1244216103
        },
        {
            "start": 1244216193,
            "stop": 1244226085
        },
        {
            "start": 1244228395,
            "stop": 1244229584
        },
        {
            "start": 1244229679,
            "stop": 1244230797
        },
        {
            "start": 1244230906,
            "stop": 1244254799
        },
        {
            "start": 1244259775,
            "stop": 1244296577
        },
        {
            "start": 1244317695,
            "stop": 1244409133
        },
        {
            "start": 1244421362,
            "stop": 1244458915
        },
        {
            "start": 1244468951,
            "stop": 1244507919
        },
        {
            "start": 1244517514,
            "stop": 1244521852
        },
        {
            "start": 1244522010,
            "stop": 1244567243
        },
        {
            "start": 1244568963,
            "stop": 1244605925
        },
        {
            "start": 1244608791,
            "stop": 1244674325
        },
        {
            "start": 1244692784,
            "stop": 1244700937
        },
        {
            "start": 1244704476,
            "stop": 1244760147
        },
        {
            "start": 1244762856,
            "stop": 1244769787
        }
    ]
}