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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=22",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 23,
    "results": [
        {
            "start": 816511110,
            "stop": 816512293
        },
        {
            "start": 816512741,
            "stop": 816514948
        },
        {
            "start": 816514977,
            "stop": 816518473
        },
        {
            "start": 816520882,
            "stop": 816526093
        },
        {
            "start": 816527115,
            "stop": 816527413
        },
        {
            "start": 816541120,
            "stop": 816556125
        },
        {
            "start": 816556157,
            "stop": 816557259
        },
        {
            "start": 816557267,
            "stop": 816557270
        },
        {
            "start": 816557278,
            "stop": 816557353
        },
        {
            "start": 816558047,
            "stop": 816560293
        },
        {
            "start": 816563711,
            "stop": 816567553
        },
        {
            "start": 816568930,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816578653
        },
        {
            "start": 816579423,
            "stop": 816581353
        },
        {
            "start": 816582145,
            "stop": 816593481
        },
        {
            "start": 816593510,
            "stop": 816593713
        },
        {
            "start": 816600198,
            "stop": 816600206
        },
        {
            "start": 816600213,
            "stop": 816600227
        },
        {
            "start": 816600234,
            "stop": 816600248
        }
    ]
}