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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=207",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 208,
    "results": [
        {
            "start": 843984816,
            "stop": 843986731
        },
        {
            "start": 843987496,
            "stop": 843988033
        },
        {
            "start": 843990536,
            "stop": 843992953
        },
        {
            "start": 843994610,
            "stop": 843998833
        },
        {
            "start": 843998870,
            "stop": 843998872
        },
        {
            "start": 843999058,
            "stop": 843999957
        },
        {
            "start": 844000557,
            "stop": 844001533
        },
        {
            "start": 844001568,
            "stop": 844001569
        },
        {
            "start": 844001653,
            "stop": 844002188
        },
        {
            "start": 844003915,
            "stop": 844005417
        },
        {
            "start": 844005558,
            "stop": 844005611
        },
        {
            "start": 844005786,
            "stop": 844009798
        },
        {
            "start": 844009918,
            "stop": 844013293
        },
        {
            "start": 844013324,
            "stop": 844013325
        },
        {
            "start": 844014353,
            "stop": 844015892
        },
        {
            "start": 844017214,
            "stop": 844020553
        },
        {
            "start": 844020559,
            "stop": 844020561
        },
        {
            "start": 844022618,
            "stop": 844024393
        },
        {
            "start": 844024412,
            "stop": 844024413
        },
        {
            "start": 844024544,
            "stop": 844026373
        }
    ]
}