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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=85",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 86,
    "results": [
        {
            "start": 931457321,
            "stop": 931457326
        },
        {
            "start": 931457332,
            "stop": 931457338
        },
        {
            "start": 931457343,
            "stop": 931457346
        },
        {
            "start": 931457362,
            "stop": 931457364
        },
        {
            "start": 931457381,
            "stop": 931457398
        },
        {
            "start": 931457412,
            "stop": 931457422
        },
        {
            "start": 931457434,
            "stop": 931457437
        },
        {
            "start": 931457444,
            "stop": 931457454
        },
        {
            "start": 931457459,
            "stop": 931457475
        },
        {
            "start": 931457486,
            "stop": 931457495
        },
        {
            "start": 931457507,
            "stop": 931457511
        },
        {
            "start": 931457520,
            "stop": 931457523
        },
        {
            "start": 931457529,
            "stop": 931457534
        },
        {
            "start": 931457551,
            "stop": 931457552
        },
        {
            "start": 931457558,
            "stop": 931457638
        },
        {
            "start": 931457644,
            "stop": 931457645
        },
        {
            "start": 931457653,
            "stop": 931457654
        },
        {
            "start": 931457676,
            "stop": 931457679
        },
        {
            "start": 931457685,
            "stop": 931457715
        },
        {
            "start": 931457753,
            "stop": 931457780
        }
    ]
}