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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=248",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 249,
    "results": [
        {
            "start": 849383173,
            "stop": 849384433
        },
        {
            "start": 849384448,
            "stop": 849384449
        },
        {
            "start": 849384581,
            "stop": 849384613
        },
        {
            "start": 849388137,
            "stop": 849388393
        },
        {
            "start": 849388420,
            "stop": 849388421
        },
        {
            "start": 849388693,
            "stop": 849394919
        },
        {
            "start": 849395007,
            "stop": 849396840
        },
        {
            "start": 849402058,
            "stop": 849402990
        },
        {
            "start": 849403056,
            "stop": 849406093
        },
        {
            "start": 849422296,
            "stop": 849428113
        },
        {
            "start": 849428140,
            "stop": 849428142
        },
        {
            "start": 849428576,
            "stop": 849430631
        },
        {
            "start": 849431020,
            "stop": 849435540
        },
        {
            "start": 849449086,
            "stop": 849450168
        },
        {
            "start": 849464863,
            "stop": 849467413
        },
        {
            "start": 849467446,
            "stop": 849467448
        },
        {
            "start": 849467660,
            "stop": 849468421
        },
        {
            "start": 849468488,
            "stop": 849468511
        },
        {
            "start": 849468679,
            "stop": 849470459
        },
        {
            "start": 849471731,
            "stop": 849473652
        }
    ]
}