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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=132",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 133,
    "results": [
        {
            "start": 834444607,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450475
        },
        {
            "start": 834451337,
            "stop": 834509176
        },
        {
            "start": 834511118,
            "stop": 834511439
        },
        {
            "start": 834511874,
            "stop": 834515756
        },
        {
            "start": 834516157,
            "stop": 834518356
        },
        {
            "start": 834519079,
            "stop": 834519753
        },
        {
            "start": 834522004,
            "stop": 834524193
        },
        {
            "start": 834524594,
            "stop": 834525330
        },
        {
            "start": 834526065,
            "stop": 834527834
        },
        {
            "start": 834529902,
            "stop": 834530045
        },
        {
            "start": 834544462,
            "stop": 834546259
        },
        {
            "start": 834546970,
            "stop": 834548237
        },
        {
            "start": 834548557,
            "stop": 834549031
        },
        {
            "start": 834549431,
            "stop": 834549433
        },
        {
            "start": 834551068,
            "stop": 834551154
        },
        {
            "start": 834552062,
            "stop": 834553128
        },
        {
            "start": 834553632,
            "stop": 834553723
        },
        {
            "start": 834554955,
            "stop": 834568186
        },
        {
            "start": 834568606,
            "stop": 834571076
        }
    ]
}