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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=127",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 128,
    "results": [
        {
            "start": 817769688,
            "stop": 817770728
        },
        {
            "start": 817771128,
            "stop": 817771820
        },
        {
            "start": 817772347,
            "stop": 817772532
        },
        {
            "start": 817772549,
            "stop": 817773142
        },
        {
            "start": 817773743,
            "stop": 817774988
        },
        {
            "start": 817774991,
            "stop": 817775019
        },
        {
            "start": 817775022,
            "stop": 817777546
        },
        {
            "start": 817777666,
            "stop": 817777762
        },
        {
            "start": 817777882,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781290
        },
        {
            "start": 817781410,
            "stop": 817781536
        },
        {
            "start": 817781656,
            "stop": 817781723
        },
        {
            "start": 817784709,
            "stop": 817785124
        },
        {
            "start": 817785244,
            "stop": 817788028
        },
        {
            "start": 817788148,
            "stop": 817789935
        },
        {
            "start": 817789938,
            "stop": 817791878
        },
        {
            "start": 817791998,
            "stop": 817795282
        },
        {
            "start": 817795283,
            "stop": 817795680
        },
        {
            "start": 817795712,
            "stop": 817796352
        },
        {
            "start": 817796384,
            "stop": 817796400
        }
    ]
}