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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=217",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 218,
    "results": [
        {
            "start": 817785667,
            "stop": 817786249
        },
        {
            "start": 817786266,
            "stop": 817786323
        },
        {
            "start": 817786342,
            "stop": 817786642
        },
        {
            "start": 817786659,
            "stop": 817787088
        },
        {
            "start": 817787108,
            "stop": 817787171
        },
        {
            "start": 817787188,
            "stop": 817787336
        },
        {
            "start": 817787353,
            "stop": 817787510
        },
        {
            "start": 817787527,
            "stop": 817787717
        },
        {
            "start": 817787736,
            "stop": 817789496
        },
        {
            "start": 817789516,
            "stop": 817790139
        },
        {
            "start": 817790158,
            "stop": 817790384
        },
        {
            "start": 817790403,
            "stop": 817792389
        },
        {
            "start": 817792409,
            "stop": 817794054
        },
        {
            "start": 817794073,
            "stop": 817794313
        },
        {
            "start": 817794332,
            "stop": 817795035
        },
        {
            "start": 817795055,
            "stop": 817795098
        },
        {
            "start": 817795127,
            "stop": 817795151
        },
        {
            "start": 817795172,
            "stop": 817795179
        },
        {
            "start": 817795207,
            "stop": 817795266
        },
        {
            "start": 817795285,
            "stop": 817795318
        }
    ]
}