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=349
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=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=348",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 349,
    "results": [
        {
            "start": 824151507,
            "stop": 824151821
        },
        {
            "start": 824151892,
            "stop": 824152013
        },
        {
            "start": 824176898,
            "stop": 824179178
        },
        {
            "start": 824179184,
            "stop": 824179383
        },
        {
            "start": 824179390,
            "stop": 824181044
        },
        {
            "start": 824181570,
            "stop": 824181620
        },
        {
            "start": 824181631,
            "stop": 824189772
        },
        {
            "start": 824191131,
            "stop": 824198017
        },
        {
            "start": 824198022,
            "stop": 824198270
        },
        {
            "start": 824198294,
            "stop": 824198346
        },
        {
            "start": 824198352,
            "stop": 824198363
        },
        {
            "start": 824198368,
            "stop": 824198549
        },
        {
            "start": 824199021,
            "stop": 824200556
        },
        {
            "start": 824200561,
            "stop": 824200601
        },
        {
            "start": 824200606,
            "stop": 824200637
        },
        {
            "start": 824200648,
            "stop": 824200712
        },
        {
            "start": 824200727,
            "stop": 824214458
        },
        {
            "start": 824214463,
            "stop": 824214482
        },
        {
            "start": 824214487,
            "stop": 824214542
        },
        {
            "start": 824216069,
            "stop": 824225614
        }
    ]
}