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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=80",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 81,
    "results": [
        {
            "start": 816829093,
            "stop": 816829148
        },
        {
            "start": 816829168,
            "stop": 816829232
        },
        {
            "start": 816829276,
            "stop": 816829285
        },
        {
            "start": 816829313,
            "stop": 816829355
        },
        {
            "start": 816829375,
            "stop": 816829416
        },
        {
            "start": 816829473,
            "stop": 816829477
        },
        {
            "start": 816829514,
            "stop": 816829523
        },
        {
            "start": 816829547,
            "stop": 816829565
        },
        {
            "start": 816829589,
            "stop": 816829600
        },
        {
            "start": 816829671,
            "stop": 816829708
        },
        {
            "start": 816829727,
            "stop": 816829738
        },
        {
            "start": 816829767,
            "stop": 816829790
        },
        {
            "start": 816829872,
            "stop": 816829909
        },
        {
            "start": 816829930,
            "stop": 816829931
        },
        {
            "start": 816829956,
            "stop": 816829998
        },
        {
            "start": 816830018,
            "stop": 816830023
        },
        {
            "start": 816830058,
            "stop": 816830070
        },
        {
            "start": 816830133,
            "stop": 816830184
        },
        {
            "start": 816830386,
            "stop": 816830467
        },
        {
            "start": 816830502,
            "stop": 816830589
        }
    ]
}