Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=167",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 168,
    "results": [
        {
            "start": 932348439,
            "stop": 932348453
        },
        {
            "start": 932348455,
            "stop": 932348493
        },
        {
            "start": 932348495,
            "stop": 932348551
        },
        {
            "start": 932348553,
            "stop": 932349204
        },
        {
            "start": 932349207,
            "stop": 932349295
        },
        {
            "start": 932349297,
            "stop": 932349309
        },
        {
            "start": 932349312,
            "stop": 932349324
        },
        {
            "start": 932349327,
            "stop": 932349354
        },
        {
            "start": 932349357,
            "stop": 932349445
        },
        {
            "start": 932349447,
            "stop": 932349549
        },
        {
            "start": 932349552,
            "stop": 932349564
        },
        {
            "start": 932349567,
            "stop": 932349615
        },
        {
            "start": 932349975,
            "stop": 932349985
        },
        {
            "start": 932349988,
            "stop": 932351034
        },
        {
            "start": 932351036,
            "stop": 932351107
        },
        {
            "start": 932351109,
            "stop": 932351247
        },
        {
            "start": 932351252,
            "stop": 932351617
        },
        {
            "start": 932351620,
            "stop": 932351718
        },
        {
            "start": 932351722,
            "stop": 932353215
        },
        {
            "start": 932353575,
            "stop": 932354053
        }
    ]
}