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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=231",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 232,
    "results": [
        {
            "start": 821263046,
            "stop": 821263264
        },
        {
            "start": 821263282,
            "stop": 821263294
        },
        {
            "start": 821263302,
            "stop": 821263315
        },
        {
            "start": 821263322,
            "stop": 821263331
        },
        {
            "start": 821263338,
            "stop": 821263347
        },
        {
            "start": 821263354,
            "stop": 821263372
        },
        {
            "start": 821263377,
            "stop": 821263390
        },
        {
            "start": 821263415,
            "stop": 821263506
        },
        {
            "start": 821263511,
            "stop": 821263538
        },
        {
            "start": 821263543,
            "stop": 821263563
        },
        {
            "start": 821263568,
            "stop": 821263590
        },
        {
            "start": 821263598,
            "stop": 821263608
        },
        {
            "start": 821264481,
            "stop": 821264675
        },
        {
            "start": 821264680,
            "stop": 821268190
        },
        {
            "start": 821268195,
            "stop": 821268390
        },
        {
            "start": 821268462,
            "stop": 821268629
        },
        {
            "start": 821268715,
            "stop": 821269473
        },
        {
            "start": 821269585,
            "stop": 821273226
        },
        {
            "start": 821273346,
            "stop": 821275185
        },
        {
            "start": 821275190,
            "stop": 821278426
        }
    ]
}