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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=234",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 235,
    "results": [
        {
            "start": 817861502,
            "stop": 817861508
        },
        {
            "start": 817861630,
            "stop": 817861660
        },
        {
            "start": 817861780,
            "stop": 817861793
        },
        {
            "start": 817861812,
            "stop": 817861822
        },
        {
            "start": 817861825,
            "stop": 817861860
        },
        {
            "start": 817861863,
            "stop": 817861897
        },
        {
            "start": 817861916,
            "stop": 817861944
        },
        {
            "start": 817861948,
            "stop": 817862001
        },
        {
            "start": 817862006,
            "stop": 817862100
        },
        {
            "start": 817862128,
            "stop": 817862231
        },
        {
            "start": 817862235,
            "stop": 817862236
        },
        {
            "start": 817862239,
            "stop": 817862246
        },
        {
            "start": 817862274,
            "stop": 817862285
        },
        {
            "start": 817862302,
            "stop": 817862386
        },
        {
            "start": 817862418,
            "stop": 817862433
        },
        {
            "start": 817862453,
            "stop": 817862551
        },
        {
            "start": 817862554,
            "stop": 817862556
        },
        {
            "start": 817862560,
            "stop": 817862563
        },
        {
            "start": 817862569,
            "stop": 817862581
        },
        {
            "start": 817862585,
            "stop": 817862597
        }
    ]
}