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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=816",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=814",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 815,
    "results": [
        {
            "start": 1268934221,
            "stop": 1268934264
        },
        {
            "start": 1268934265,
            "stop": 1268934483
        },
        {
            "start": 1268934484,
            "stop": 1268934528
        },
        {
            "start": 1268934529,
            "stop": 1268934876
        },
        {
            "start": 1268934877,
            "stop": 1268934883
        },
        {
            "start": 1268934884,
            "stop": 1268935009
        },
        {
            "start": 1268935010,
            "stop": 1268938374
        },
        {
            "start": 1268938376,
            "stop": 1268938381
        },
        {
            "start": 1268938382,
            "stop": 1268938484
        },
        {
            "start": 1268938488,
            "stop": 1268938521
        },
        {
            "start": 1268938525,
            "stop": 1268942148
        },
        {
            "start": 1268942151,
            "stop": 1268950738
        },
        {
            "start": 1268950741,
            "stop": 1268952703
        },
        {
            "start": 1268952708,
            "stop": 1268952900
        },
        {
            "start": 1268952905,
            "stop": 1268953235
        },
        {
            "start": 1268953240,
            "stop": 1268954082
        },
        {
            "start": 1268954083,
            "stop": 1268954562
        },
        {
            "start": 1268954565,
            "stop": 1268954764
        },
        {
            "start": 1268954769,
            "stop": 1268954810
        },
        {
            "start": 1268954811,
            "stop": 1268954817
        }
    ]
}