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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=57",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 58,
    "results": [
        {
            "start": 931255263,
            "stop": 931255272
        },
        {
            "start": 931255274,
            "stop": 931255280
        },
        {
            "start": 931255282,
            "stop": 931255304
        },
        {
            "start": 931255309,
            "stop": 931255336
        },
        {
            "start": 931255345,
            "stop": 931255349
        },
        {
            "start": 931255352,
            "stop": 931255353
        },
        {
            "start": 931255358,
            "stop": 931255379
        },
        {
            "start": 931255381,
            "stop": 931255397
        },
        {
            "start": 931255402,
            "stop": 931255407
        },
        {
            "start": 931255408,
            "stop": 931255410
        },
        {
            "start": 931255412,
            "stop": 931255414
        },
        {
            "start": 931255418,
            "stop": 931255420
        },
        {
            "start": 931255422,
            "stop": 931255424
        },
        {
            "start": 931255426,
            "stop": 931255440
        },
        {
            "start": 931255442,
            "stop": 931255450
        },
        {
            "start": 931255455,
            "stop": 931255456
        },
        {
            "start": 931255475,
            "stop": 931255480
        },
        {
            "start": 931255482,
            "stop": 931255485
        },
        {
            "start": 931255487,
            "stop": 931255495
        },
        {
            "start": 931255497,
            "stop": 931255511
        }
    ]
}