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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10277",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10278,
    "results": [
        {
            "start": 874840146,
            "stop": 874840312
        },
        {
            "start": 874840326,
            "stop": 874841152
        },
        {
            "start": 874841169,
            "stop": 874841327
        },
        {
            "start": 874841335,
            "stop": 874841820
        },
        {
            "start": 874841880,
            "stop": 874841903
        },
        {
            "start": 874841911,
            "stop": 874842769
        },
        {
            "start": 874842871,
            "stop": 874843261
        },
        {
            "start": 874843330,
            "stop": 874843456
        },
        {
            "start": 874843463,
            "stop": 874843468
        },
        {
            "start": 874843476,
            "stop": 874843566
        },
        {
            "start": 874843574,
            "stop": 874843620
        },
        {
            "start": 874843680,
            "stop": 874843889
        },
        {
            "start": 874843896,
            "stop": 874843920
        },
        {
            "start": 874844040,
            "stop": 874844134
        },
        {
            "start": 874844151,
            "stop": 874844784
        },
        {
            "start": 874844797,
            "stop": 874845371
        },
        {
            "start": 874846128,
            "stop": 874846620
        },
        {
            "start": 874846860,
            "stop": 874846882
        },
        {
            "start": 874846890,
            "stop": 874846920
        },
        {
            "start": 874865789,
            "stop": 874865799
        }
    ]
}