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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=78",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 79,
    "results": [
        {
            "start": 817861772,
            "stop": 817870618
        },
        {
            "start": 817870625,
            "stop": 817870633
        },
        {
            "start": 817873174,
            "stop": 817874990
        },
        {
            "start": 817875130,
            "stop": 817879326
        },
        {
            "start": 817879333,
            "stop": 817879603
        },
        {
            "start": 817879784,
            "stop": 817903123
        },
        {
            "start": 817903304,
            "stop": 817905720
        },
        {
            "start": 817905780,
            "stop": 817910640
        },
        {
            "start": 817910700,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911866
        },
        {
            "start": 817911873,
            "stop": 817915213
        },
        {
            "start": 817915216,
            "stop": 817915217
        },
        {
            "start": 817938432,
            "stop": 817938540
        },
        {
            "start": 817938660,
            "stop": 817938720
        },
        {
            "start": 817938900,
            "stop": 817939260
        },
        {
            "start": 817939320,
            "stop": 817939380
        },
        {
            "start": 817939440,
            "stop": 817939560
        },
        {
            "start": 817939740,
            "stop": 817939800
        },
        {
            "start": 817939980,
            "stop": 817940160
        },
        {
            "start": 817940280,
            "stop": 817940293
        }
    ]
}