Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=57",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 58,
    "results": [
        {
            "start": 931255238,
            "stop": 931255245
        },
        {
            "start": 931255247,
            "stop": 931255253
        },
        {
            "start": 931255256,
            "stop": 931255261
        },
        {
            "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
        }
    ]
}