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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=20",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 21,
    "results": [
        {
            "start": 1378356189,
            "stop": 1378363590
        },
        {
            "start": 1378369222,
            "stop": 1378425606
        },
        {
            "start": 1378427407,
            "stop": 1378427595
        },
        {
            "start": 1378428550,
            "stop": 1378429289
        },
        {
            "start": 1378429532,
            "stop": 1378430133
        },
        {
            "start": 1378430456,
            "stop": 1378430717
        },
        {
            "start": 1378432143,
            "stop": 1378434310
        },
        {
            "start": 1378435388,
            "stop": 1378436054
        },
        {
            "start": 1378436320,
            "stop": 1378436551
        },
        {
            "start": 1378438642,
            "stop": 1378443665
        },
        {
            "start": 1378444059,
            "stop": 1378445651
        },
        {
            "start": 1378463257,
            "stop": 1378463387
        },
        {
            "start": 1378463481,
            "stop": 1378463797
        },
        {
            "start": 1378464013,
            "stop": 1378465540
        },
        {
            "start": 1378465664,
            "stop": 1378465831
        },
        {
            "start": 1378466870,
            "stop": 1378467178
        },
        {
            "start": 1378468659,
            "stop": 1378469494
        },
        {
            "start": 1378471617,
            "stop": 1378481754
        },
        {
            "start": 1378486284,
            "stop": 1378563755
        },
        {
            "start": 1378564848,
            "stop": 1378565116
        }
    ]
}