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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=121",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 122,
    "results": [
        {
            "start": 818246514,
            "stop": 818246517
        },
        {
            "start": 818246558,
            "stop": 818246563
        },
        {
            "start": 818246635,
            "stop": 818246638
        },
        {
            "start": 818246666,
            "stop": 818246668
        },
        {
            "start": 818246806,
            "stop": 818246811
        },
        {
            "start": 818246943,
            "stop": 818246944
        },
        {
            "start": 818246995,
            "stop": 818247002
        },
        {
            "start": 818247078,
            "stop": 818247080
        },
        {
            "start": 818247154,
            "stop": 818247155
        },
        {
            "start": 818247208,
            "stop": 818247209
        },
        {
            "start": 818247222,
            "stop": 818247226
        },
        {
            "start": 818247241,
            "stop": 818247245
        },
        {
            "start": 818247269,
            "stop": 818247271
        },
        {
            "start": 818247381,
            "stop": 818247382
        },
        {
            "start": 818247424,
            "stop": 818247425
        },
        {
            "start": 818247566,
            "stop": 818247568
        },
        {
            "start": 818247576,
            "stop": 818247577
        },
        {
            "start": 818247609,
            "stop": 818247611
        },
        {
            "start": 818247676,
            "stop": 818247677
        },
        {
            "start": 818247710,
            "stop": 818247713
        }
    ]
}