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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=190",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 191,
    "results": [
        {
            "start": 849829576,
            "stop": 849870108
        },
        {
            "start": 849871555,
            "stop": 849892634
        },
        {
            "start": 849897424,
            "stop": 849901303
        },
        {
            "start": 849901998,
            "stop": 849903287
        },
        {
            "start": 849905014,
            "stop": 849905316
        },
        {
            "start": 849907744,
            "stop": 849908370
        },
        {
            "start": 849909071,
            "stop": 849911388
        },
        {
            "start": 849917352,
            "stop": 849918411
        },
        {
            "start": 849924223,
            "stop": 849927023
        },
        {
            "start": 849928965,
            "stop": 849929108
        },
        {
            "start": 849930110,
            "stop": 849950596
        },
        {
            "start": 849953968,
            "stop": 849958655
        },
        {
            "start": 849961136,
            "stop": 849974438
        },
        {
            "start": 849997247,
            "stop": 849997772
        },
        {
            "start": 849999196,
            "stop": 850020485
        },
        {
            "start": 850021582,
            "stop": 850061082
        },
        {
            "start": 850063845,
            "stop": 850064016
        },
        {
            "start": 850100411,
            "stop": 850101568
        },
        {
            "start": 850102470,
            "stop": 850104267
        },
        {
            "start": 850104269,
            "stop": 850109879
        }
    ]
}