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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=134",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 135,
    "results": [
        {
            "start": 818370125,
            "stop": 818370153
        },
        {
            "start": 818370164,
            "stop": 818370187
        },
        {
            "start": 818370199,
            "stop": 818370214
        },
        {
            "start": 818370222,
            "stop": 818370236
        },
        {
            "start": 818370244,
            "stop": 818370313
        },
        {
            "start": 818370328,
            "stop": 818370357
        },
        {
            "start": 818370371,
            "stop": 818370428
        },
        {
            "start": 818370436,
            "stop": 818370440
        },
        {
            "start": 818370461,
            "stop": 818371220
        },
        {
            "start": 818371228,
            "stop": 818371235
        },
        {
            "start": 818371243,
            "stop": 818371291
        },
        {
            "start": 818371299,
            "stop": 818371315
        },
        {
            "start": 818371327,
            "stop": 818371341
        },
        {
            "start": 818371356,
            "stop": 818371362
        },
        {
            "start": 818371379,
            "stop": 818371407
        },
        {
            "start": 818371417,
            "stop": 818371438
        },
        {
            "start": 818373732,
            "stop": 818376065
        },
        {
            "start": 818376086,
            "stop": 818376096
        },
        {
            "start": 818376104,
            "stop": 818376119
        },
        {
            "start": 818376135,
            "stop": 818376189
        }
    ]
}