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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3271",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3272,
    "results": [
        {
            "start": 873665070,
            "stop": 873665100
        },
        {
            "start": 873665160,
            "stop": 873665687
        },
        {
            "start": 873667332,
            "stop": 873668040
        },
        {
            "start": 873668100,
            "stop": 873668106
        },
        {
            "start": 873668452,
            "stop": 873668654
        },
        {
            "start": 873668661,
            "stop": 873668662
        },
        {
            "start": 873668665,
            "stop": 873668700
        },
        {
            "start": 873668820,
            "stop": 873668851
        },
        {
            "start": 873668854,
            "stop": 873668880
        },
        {
            "start": 873669000,
            "stop": 873669840
        },
        {
            "start": 873669960,
            "stop": 873669974
        },
        {
            "start": 873669980,
            "stop": 873670000
        },
        {
            "start": 873671769,
            "stop": 873675690
        },
        {
            "start": 873675695,
            "stop": 873675720
        },
        {
            "start": 873675780,
            "stop": 873676560
        },
        {
            "start": 873676564,
            "stop": 873677016
        },
        {
            "start": 873688920,
            "stop": 873688980
        },
        {
            "start": 873690420,
            "stop": 873690480
        },
        {
            "start": 873698880,
            "stop": 873698940
        },
        {
            "start": 873699240,
            "stop": 873699300
        }
    ]
}