Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10213",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10214,
    "results": [
        {
            "start": 874122871,
            "stop": 874123329
        },
        {
            "start": 874123346,
            "stop": 874124316
        },
        {
            "start": 874124323,
            "stop": 874124366
        },
        {
            "start": 874124698,
            "stop": 874124825
        },
        {
            "start": 874124832,
            "stop": 874125011
        },
        {
            "start": 874125018,
            "stop": 874125086
        },
        {
            "start": 874125093,
            "stop": 874125302
        },
        {
            "start": 874125309,
            "stop": 874125825
        },
        {
            "start": 874125832,
            "stop": 874127129
        },
        {
            "start": 874127136,
            "stop": 874128005
        },
        {
            "start": 874128022,
            "stop": 874130554
        },
        {
            "start": 874130590,
            "stop": 874131578
        },
        {
            "start": 874131585,
            "stop": 874132763
        },
        {
            "start": 874132799,
            "stop": 874133695
        },
        {
            "start": 874133731,
            "stop": 874134638
        },
        {
            "start": 874134674,
            "stop": 874134758
        },
        {
            "start": 874134794,
            "stop": 874135256
        },
        {
            "start": 874135292,
            "stop": 874135349
        },
        {
            "start": 874135385,
            "stop": 874135530
        },
        {
            "start": 874137154,
            "stop": 874137159
        }
    ]
}