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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8829",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8830,
    "results": [
        {
            "start": 874369620,
            "stop": 874369740
        },
        {
            "start": 874369866,
            "stop": 874369920
        },
        {
            "start": 874370040,
            "stop": 874370100
        },
        {
            "start": 874370640,
            "stop": 874370700
        },
        {
            "start": 874370760,
            "stop": 874370880
        },
        {
            "start": 874371780,
            "stop": 874371840
        },
        {
            "start": 874372440,
            "stop": 874372500
        },
        {
            "start": 874372560,
            "stop": 874372680
        },
        {
            "start": 874373220,
            "stop": 874373460
        },
        {
            "start": 874373760,
            "stop": 874373880
        },
        {
            "start": 874373940,
            "stop": 874374060
        },
        {
            "start": 874374190,
            "stop": 874374360
        },
        {
            "start": 874374780,
            "stop": 874374840
        },
        {
            "start": 874374900,
            "stop": 874374960
        },
        {
            "start": 874375020,
            "stop": 874375080
        },
        {
            "start": 874375200,
            "stop": 874375620
        },
        {
            "start": 874375680,
            "stop": 874376940
        },
        {
            "start": 874377060,
            "stop": 874377240
        },
        {
            "start": 874377360,
            "stop": 874377577
        },
        {
            "start": 874377730,
            "stop": 874378080
        }
    ]
}