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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 35,
    "results": [
        {
            "start": 931453790,
            "stop": 931453795
        },
        {
            "start": 931453799,
            "stop": 931453805
        },
        {
            "start": 931453807,
            "stop": 931453835
        },
        {
            "start": 931453837,
            "stop": 931453841
        },
        {
            "start": 931453844,
            "stop": 931453950
        },
        {
            "start": 931453952,
            "stop": 931453965
        },
        {
            "start": 931453968,
            "stop": 931454076
        },
        {
            "start": 931454078,
            "stop": 931454103
        },
        {
            "start": 931454105,
            "stop": 931454116
        },
        {
            "start": 931457512,
            "stop": 931458175
        },
        {
            "start": 931458179,
            "stop": 931468293
        },
        {
            "start": 931468294,
            "stop": 931468667
        },
        {
            "start": 931468669,
            "stop": 931468670
        },
        {
            "start": 931468671,
            "stop": 931470058
        },
        {
            "start": 931470059,
            "stop": 931470169
        },
        {
            "start": 931470170,
            "stop": 931470268
        },
        {
            "start": 931470272,
            "stop": 931470315
        },
        {
            "start": 931470317,
            "stop": 931470353
        },
        {
            "start": 931470355,
            "stop": 931470357
        },
        {
            "start": 931470359,
            "stop": 931470363
        }
    ]
}