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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2434",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2435,
    "results": [
        {
            "start": 874023874,
            "stop": 874024260
        },
        {
            "start": 874024800,
            "stop": 874024860
        },
        {
            "start": 874024980,
            "stop": 874025308
        },
        {
            "start": 874025315,
            "stop": 874025400
        },
        {
            "start": 874025460,
            "stop": 874026895
        },
        {
            "start": 874026912,
            "stop": 874031314
        },
        {
            "start": 874031331,
            "stop": 874037711
        },
        {
            "start": 874037728,
            "stop": 874039354
        },
        {
            "start": 874039371,
            "stop": 874039880
        },
        {
            "start": 874039887,
            "stop": 874042164
        },
        {
            "start": 874042171,
            "stop": 874044257
        },
        {
            "start": 874044276,
            "stop": 874044279
        },
        {
            "start": 874044288,
            "stop": 874044302
        },
        {
            "start": 874044310,
            "stop": 874044311
        },
        {
            "start": 874044319,
            "stop": 874044326
        },
        {
            "start": 874044334,
            "stop": 874044346
        },
        {
            "start": 874044355,
            "stop": 874044356
        },
        {
            "start": 874044373,
            "stop": 874044425
        },
        {
            "start": 874044435,
            "stop": 874046247
        },
        {
            "start": 874046264,
            "stop": 874046817
        }
    ]
}