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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=454",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=452",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 453,
    "results": [
        {
            "start": 1268518690,
            "stop": 1268518703
        },
        {
            "start": 1268518704,
            "stop": 1268519657
        },
        {
            "start": 1268519682,
            "stop": 1268519687
        },
        {
            "start": 1268519693,
            "stop": 1268520617
        },
        {
            "start": 1268520618,
            "stop": 1268520663
        },
        {
            "start": 1268520664,
            "stop": 1268520764
        },
        {
            "start": 1268520766,
            "stop": 1268520773
        },
        {
            "start": 1268520774,
            "stop": 1268526708
        },
        {
            "start": 1268526709,
            "stop": 1268532872
        },
        {
            "start": 1268532873,
            "stop": 1268532905
        },
        {
            "start": 1268532907,
            "stop": 1268534919
        },
        {
            "start": 1268534920,
            "stop": 1268534927
        },
        {
            "start": 1268534928,
            "stop": 1268536395
        },
        {
            "start": 1268536397,
            "stop": 1268557824
        },
        {
            "start": 1268557920,
            "stop": 1268558108
        },
        {
            "start": 1268558291,
            "stop": 1268566096
        },
        {
            "start": 1268566097,
            "stop": 1268566100
        },
        {
            "start": 1268566101,
            "stop": 1268566111
        },
        {
            "start": 1268566112,
            "stop": 1268566115
        },
        {
            "start": 1268566116,
            "stop": 1268566118
        }
    ]
}