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_CAT3/segments?format=api&page=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=99",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 100,
    "results": [
        {
            "start": 817858741,
            "stop": 817858777
        },
        {
            "start": 817858784,
            "stop": 817858803
        },
        {
            "start": 817858814,
            "stop": 817858980
        },
        {
            "start": 817858990,
            "stop": 817858998
        },
        {
            "start": 817859034,
            "stop": 817859037
        },
        {
            "start": 817859044,
            "stop": 817859076
        },
        {
            "start": 817859083,
            "stop": 817859112
        },
        {
            "start": 817859119,
            "stop": 817859138
        },
        {
            "start": 817859146,
            "stop": 817859229
        },
        {
            "start": 817859236,
            "stop": 817859239
        },
        {
            "start": 817859253,
            "stop": 817859259
        },
        {
            "start": 817859289,
            "stop": 817859382
        },
        {
            "start": 817859391,
            "stop": 817859397
        },
        {
            "start": 817859435,
            "stop": 817859477
        },
        {
            "start": 817859485,
            "stop": 817859544
        },
        {
            "start": 817859562,
            "stop": 817859620
        },
        {
            "start": 817859636,
            "stop": 817859640
        },
        {
            "start": 817859669,
            "stop": 817859699
        },
        {
            "start": 817859706,
            "stop": 817859736
        },
        {
            "start": 817859744,
            "stop": 817859762
        }
    ]
}