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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=439",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=437",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 438,
    "results": [
        {
            "start": 1268238259,
            "stop": 1268238660
        },
        {
            "start": 1268238662,
            "stop": 1268238684
        },
        {
            "start": 1268238688,
            "stop": 1268238757
        },
        {
            "start": 1268238758,
            "stop": 1268238779
        },
        {
            "start": 1268238781,
            "stop": 1268238806
        },
        {
            "start": 1268238820,
            "stop": 1268238822
        },
        {
            "start": 1268241608,
            "stop": 1268241949
        },
        {
            "start": 1268241952,
            "stop": 1268241954
        },
        {
            "start": 1268241977,
            "stop": 1268249444
        },
        {
            "start": 1268249473,
            "stop": 1268249478
        },
        {
            "start": 1268249480,
            "stop": 1268253770
        },
        {
            "start": 1268253771,
            "stop": 1268253773
        },
        {
            "start": 1268253775,
            "stop": 1268253776
        },
        {
            "start": 1268253781,
            "stop": 1268253782
        },
        {
            "start": 1268253784,
            "stop": 1268253785
        },
        {
            "start": 1268253786,
            "stop": 1268253793
        },
        {
            "start": 1268253795,
            "stop": 1268253843
        },
        {
            "start": 1268253846,
            "stop": 1268253847
        },
        {
            "start": 1268253848,
            "stop": 1268253859
        },
        {
            "start": 1268253862,
            "stop": 1268253866
        }
    ]
}