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=10211
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=10212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10210",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10211,
    "results": [
        {
            "start": 874083180,
            "stop": 874083240
        },
        {
            "start": 874083300,
            "stop": 874083369
        },
        {
            "start": 874083376,
            "stop": 874083519
        },
        {
            "start": 874083526,
            "stop": 874083562
        },
        {
            "start": 874083726,
            "stop": 874085133
        },
        {
            "start": 874085385,
            "stop": 874085775
        },
        {
            "start": 874085809,
            "stop": 874085974
        },
        {
            "start": 874086008,
            "stop": 874086206
        },
        {
            "start": 874086240,
            "stop": 874086253
        },
        {
            "start": 874086287,
            "stop": 874087500
        },
        {
            "start": 874087560,
            "stop": 874088210
        },
        {
            "start": 874088379,
            "stop": 874088495
        },
        {
            "start": 874088502,
            "stop": 874088927
        },
        {
            "start": 874088944,
            "stop": 874089651
        },
        {
            "start": 874089658,
            "stop": 874090087
        },
        {
            "start": 874090095,
            "stop": 874090675
        },
        {
            "start": 874090709,
            "stop": 874090927
        },
        {
            "start": 874090961,
            "stop": 874091040
        },
        {
            "start": 874091074,
            "stop": 874091168
        },
        {
            "start": 874091185,
            "stop": 874091773
        }
    ]
}