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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=100",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 101,
    "results": [
        {
            "start": 818920830,
            "stop": 818932783
        },
        {
            "start": 818932964,
            "stop": 818935260
        },
        {
            "start": 818935320,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945593
        },
        {
            "start": 818946980,
            "stop": 818952373
        },
        {
            "start": 818953327,
            "stop": 818954293
        },
        {
            "start": 818954318,
            "stop": 818954319
        },
        {
            "start": 818955978,
            "stop": 818956543
        },
        {
            "start": 818956724,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818964822
        },
        {
            "start": 818964830,
            "stop": 818966143
        },
        {
            "start": 818966324,
            "stop": 818966700
        },
        {
            "start": 818966760,
            "stop": 818967043
        },
        {
            "start": 818967224,
            "stop": 818969113
        },
        {
            "start": 818969936,
            "stop": 818971270
        },
        {
            "start": 818971376,
            "stop": 818972023
        },
        {
            "start": 818972204,
            "stop": 818977123
        },
        {
            "start": 818977304,
            "stop": 818987323
        },
        {
            "start": 818987504,
            "stop": 819002197
        }
    ]
}