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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=150",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 151,
    "results": [
        {
            "start": 836259646,
            "stop": 836259647
        },
        {
            "start": 836259825,
            "stop": 836259854
        },
        {
            "start": 836260273,
            "stop": 836260333
        },
        {
            "start": 836260334,
            "stop": 836260336
        },
        {
            "start": 836260355,
            "stop": 836260399
        },
        {
            "start": 836263708,
            "stop": 836293513
        },
        {
            "start": 836293541,
            "stop": 836293542
        },
        {
            "start": 836294820,
            "stop": 836295073
        },
        {
            "start": 836303676,
            "stop": 836307313
        },
        {
            "start": 836308437,
            "stop": 836314333
        },
        {
            "start": 836314356,
            "stop": 836314357
        },
        {
            "start": 836316198,
            "stop": 836317033
        },
        {
            "start": 836317078,
            "stop": 836317080
        },
        {
            "start": 836317235,
            "stop": 836323633
        },
        {
            "start": 836323655,
            "stop": 836323656
        },
        {
            "start": 836324023,
            "stop": 836330107
        },
        {
            "start": 836330267,
            "stop": 836333978
        },
        {
            "start": 836334073,
            "stop": 836334717
        },
        {
            "start": 836337199,
            "stop": 836376267
        },
        {
            "start": 836376450,
            "stop": 836378288
        }
    ]
}