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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=15",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 16,
    "results": [
        {
            "start": 1379283428,
            "stop": 1379353706
        },
        {
            "start": 1379357380,
            "stop": 1379370286
        },
        {
            "start": 1379376980,
            "stop": 1379445223
        },
        {
            "start": 1379448144,
            "stop": 1379449435
        },
        {
            "start": 1379453499,
            "stop": 1379454508
        },
        {
            "start": 1379454797,
            "stop": 1379462864
        },
        {
            "start": 1379464050,
            "stop": 1379492064
        },
        {
            "start": 1379498550,
            "stop": 1379616500
        },
        {
            "start": 1379630377,
            "stop": 1379695340
        },
        {
            "start": 1379698032,
            "stop": 1379737880
        },
        {
            "start": 1379738310,
            "stop": 1379738334
        },
        {
            "start": 1379739555,
            "stop": 1379772023
        },
        {
            "start": 1379786862,
            "stop": 1379786988
        },
        {
            "start": 1379787785,
            "stop": 1379788883
        },
        {
            "start": 1379793179,
            "stop": 1379876441
        },
        {
            "start": 1379885940,
            "stop": 1379961155
        },
        {
            "start": 1379967271,
            "stop": 1379968255
        },
        {
            "start": 1379972049,
            "stop": 1379974596
        },
        {
            "start": 1379975090,
            "stop": 1379975300
        },
        {
            "start": 1379976713,
            "stop": 1379988192
        }
    ]
}