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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=40",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 41,
    "results": [
        {
            "start": 1247083217,
            "stop": 1247083353
        },
        {
            "start": 1247083361,
            "stop": 1247083553
        },
        {
            "start": 1247083561,
            "stop": 1247083681
        },
        {
            "start": 1247083705,
            "stop": 1247083745
        },
        {
            "start": 1247083753,
            "stop": 1247083761
        },
        {
            "start": 1247083769,
            "stop": 1247083825
        },
        {
            "start": 1247083833,
            "stop": 1247083841
        },
        {
            "start": 1247083857,
            "stop": 1247083873
        },
        {
            "start": 1247083889,
            "stop": 1247083945
        },
        {
            "start": 1247083953,
            "stop": 1247083969
        },
        {
            "start": 1247083977,
            "stop": 1247084617
        },
        {
            "start": 1247084625,
            "stop": 1247084793
        },
        {
            "start": 1247084809,
            "stop": 1247084833
        },
        {
            "start": 1247084841,
            "stop": 1247084905
        },
        {
            "start": 1247084921,
            "stop": 1247085089
        },
        {
            "start": 1247085097,
            "stop": 1247085809
        },
        {
            "start": 1247085817,
            "stop": 1247088617
        },
        {
            "start": 1247088625,
            "stop": 1247088825
        },
        {
            "start": 1247088833,
            "stop": 1247088873
        },
        {
            "start": 1247088881,
            "stop": 1247090073
        }
    ]
}