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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=579",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 580,
    "results": [
        {
            "start": 834442803,
            "stop": 834444207
        },
        {
            "start": 834444607,
            "stop": 834445552
        },
        {
            "start": 834445563,
            "stop": 834450475
        },
        {
            "start": 834451337,
            "stop": 834455344
        },
        {
            "start": 834455345,
            "stop": 834455939
        },
        {
            "start": 834455940,
            "stop": 834457346
        },
        {
            "start": 834457347,
            "stop": 834457757
        },
        {
            "start": 834457758,
            "stop": 834458587
        },
        {
            "start": 834458588,
            "stop": 834458914
        },
        {
            "start": 834458915,
            "stop": 834460755
        },
        {
            "start": 834460756,
            "stop": 834463088
        },
        {
            "start": 834463089,
            "stop": 834475714
        },
        {
            "start": 834475715,
            "stop": 834509176
        },
        {
            "start": 834511118,
            "stop": 834511439
        },
        {
            "start": 834511874,
            "stop": 834515756
        },
        {
            "start": 834516157,
            "stop": 834518353
        },
        {
            "start": 834519079,
            "stop": 834519753
        },
        {
            "start": 834522004,
            "stop": 834524193
        },
        {
            "start": 834524594,
            "stop": 834525313
        },
        {
            "start": 834526065,
            "stop": 834527834
        }
    ]
}