Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1333
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1332",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1333,
    "results": [
        {
            "start": 964414166,
            "stop": 964429415
        },
        {
            "start": 964429417,
            "stop": 964437085
        },
        {
            "start": 964440480,
            "stop": 964440710
        },
        {
            "start": 964442950,
            "stop": 964443143
        },
        {
            "start": 964445470,
            "stop": 964446100
        },
        {
            "start": 964448857,
            "stop": 964448904
        },
        {
            "start": 964452644,
            "stop": 964459223
        },
        {
            "start": 964459224,
            "stop": 964469845
        },
        {
            "start": 964469847,
            "stop": 964469851
        },
        {
            "start": 964469853,
            "stop": 964471664
        },
        {
            "start": 964471665,
            "stop": 964473856
        },
        {
            "start": 964477933,
            "stop": 964480282
        },
        {
            "start": 964486806,
            "stop": 964488866
        },
        {
            "start": 964509216,
            "stop": 964510400
        },
        {
            "start": 964512146,
            "stop": 964513445
        },
        {
            "start": 964513447,
            "stop": 964515010
        },
        {
            "start": 964515012,
            "stop": 964517260
        },
        {
            "start": 964518411,
            "stop": 964525649
        },
        {
            "start": 964525650,
            "stop": 964526772
        },
        {
            "start": 964526773,
            "stop": 964530069
        }
    ]
}