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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=146",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 147,
    "results": [
        {
            "start": 932348439,
            "stop": 932348453
        },
        {
            "start": 932348455,
            "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": 932350146
        },
        {
            "start": 932350271,
            "stop": 932351034
        },
        {
            "start": 932351036,
            "stop": 932351107
        },
        {
            "start": 932351109,
            "stop": 932351247
        },
        {
            "start": 932351252,
            "stop": 932351617
        },
        {
            "start": 932351620,
            "stop": 932351718
        },
        {
            "start": 932351722,
            "stop": 932353086
        },
        {
            "start": 932353146,
            "stop": 932353215
        },
        {
            "start": 932353575,
            "stop": 932354053
        }
    ]
}