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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=8",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 9,
    "results": [
        {
            "start": 816510338,
            "stop": 816510416
        },
        {
            "start": 816510424,
            "stop": 816512293
        },
        {
            "start": 816512741,
            "stop": 816514948
        },
        {
            "start": 816514956,
            "stop": 816518478
        },
        {
            "start": 816520882,
            "stop": 816526107
        },
        {
            "start": 816527115,
            "stop": 816527450
        },
        {
            "start": 816541120,
            "stop": 816556125
        },
        {
            "start": 816556136,
            "stop": 816557402
        },
        {
            "start": 816558047,
            "stop": 816560312
        },
        {
            "start": 816563711,
            "stop": 816567583
        },
        {
            "start": 816568930,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816578687
        },
        {
            "start": 816579423,
            "stop": 816581397
        },
        {
            "start": 816582145,
            "stop": 816593481
        },
        {
            "start": 816593489,
            "stop": 816593757
        },
        {
            "start": 816600198,
            "stop": 816607952
        },
        {
            "start": 816613462,
            "stop": 816613867
        },
        {
            "start": 816613875,
            "stop": 816614067
        },
        {
            "start": 816614075,
            "stop": 816614525
        }
    ]
}