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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=214",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 215,
    "results": [
        {
            "start": 844691415,
            "stop": 844691417
        },
        {
            "start": 844691584,
            "stop": 844696186
        },
        {
            "start": 844700387,
            "stop": 844700953
        },
        {
            "start": 844700990,
            "stop": 844700992
        },
        {
            "start": 844701177,
            "stop": 844701725
        },
        {
            "start": 844701826,
            "stop": 844702753
        },
        {
            "start": 844702769,
            "stop": 844702771
        },
        {
            "start": 844702869,
            "stop": 844702901
        },
        {
            "start": 844762918,
            "stop": 844762932
        },
        {
            "start": 844762974,
            "stop": 844764988
        },
        {
            "start": 844765522,
            "stop": 844773776
        },
        {
            "start": 844774747,
            "stop": 844778082
        },
        {
            "start": 844779664,
            "stop": 844782433
        },
        {
            "start": 844796910,
            "stop": 844797313
        },
        {
            "start": 844800288,
            "stop": 844801813
        },
        {
            "start": 844802675,
            "stop": 844804556
        },
        {
            "start": 844804692,
            "stop": 844804788
        },
        {
            "start": 844806293,
            "stop": 844806313
        },
        {
            "start": 844806359,
            "stop": 844806360
        },
        {
            "start": 844806423,
            "stop": 844806455
        }
    ]
}