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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=61",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 62,
    "results": [
        {
            "start": 931397597,
            "stop": 931397612
        },
        {
            "start": 931397617,
            "stop": 931397661
        },
        {
            "start": 931397676,
            "stop": 931397845
        },
        {
            "start": 931397850,
            "stop": 931397851
        },
        {
            "start": 931397857,
            "stop": 931397875
        },
        {
            "start": 931397881,
            "stop": 931397902
        },
        {
            "start": 931397908,
            "stop": 931397919
        },
        {
            "start": 931397925,
            "stop": 931398083
        },
        {
            "start": 931398094,
            "stop": 931398096
        },
        {
            "start": 931398104,
            "stop": 931398132
        },
        {
            "start": 931398138,
            "stop": 931398140
        },
        {
            "start": 931398146,
            "stop": 931398160
        },
        {
            "start": 931398165,
            "stop": 931398174
        },
        {
            "start": 931398180,
            "stop": 931398224
        },
        {
            "start": 931398229,
            "stop": 931398278
        },
        {
            "start": 931398284,
            "stop": 931398287
        },
        {
            "start": 931398293,
            "stop": 931398303
        },
        {
            "start": 931398310,
            "stop": 931398347
        },
        {
            "start": 931398362,
            "stop": 931398402
        },
        {
            "start": 931398417,
            "stop": 931398478
        }
    ]
}