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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=312",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 313,
    "results": [
        {
            "start": 823069434,
            "stop": 823069537
        },
        {
            "start": 823069542,
            "stop": 823069630
        },
        {
            "start": 823069637,
            "stop": 823069679
        },
        {
            "start": 823069688,
            "stop": 823069713
        },
        {
            "start": 823069721,
            "stop": 823069743
        },
        {
            "start": 823069750,
            "stop": 823070083
        },
        {
            "start": 823070090,
            "stop": 823070165
        },
        {
            "start": 823070172,
            "stop": 823070221
        },
        {
            "start": 823070226,
            "stop": 823070262
        },
        {
            "start": 823070267,
            "stop": 823070397
        },
        {
            "start": 823070402,
            "stop": 823070504
        },
        {
            "start": 823070509,
            "stop": 823070583
        },
        {
            "start": 823070591,
            "stop": 823070675
        },
        {
            "start": 823070681,
            "stop": 823070691
        },
        {
            "start": 823070696,
            "stop": 823070786
        },
        {
            "start": 823070792,
            "stop": 823070820
        },
        {
            "start": 823070825,
            "stop": 823071056
        },
        {
            "start": 823071064,
            "stop": 823071180
        },
        {
            "start": 823071185,
            "stop": 823071249
        },
        {
            "start": 823071254,
            "stop": 823071475
        }
    ]
}