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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8823",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8824,
    "results": [
        {
            "start": 874279073,
            "stop": 874279110
        },
        {
            "start": 874279127,
            "stop": 874279190
        },
        {
            "start": 874279330,
            "stop": 874279730
        },
        {
            "start": 874279810,
            "stop": 874279991
        },
        {
            "start": 874280111,
            "stop": 874280640
        },
        {
            "start": 874280805,
            "stop": 874281152
        },
        {
            "start": 874281192,
            "stop": 874281350
        },
        {
            "start": 874281480,
            "stop": 874281503
        },
        {
            "start": 874281720,
            "stop": 874281780
        },
        {
            "start": 874281840,
            "stop": 874281960
        },
        {
            "start": 874282020,
            "stop": 874282140
        },
        {
            "start": 874282200,
            "stop": 874282402
        },
        {
            "start": 874282562,
            "stop": 874282660
        },
        {
            "start": 874282921,
            "stop": 874283100
        },
        {
            "start": 874283160,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874283854
        },
        {
            "start": 874283871,
            "stop": 874283928
        },
        {
            "start": 874284048,
            "stop": 874284060
        },
        {
            "start": 874284120,
            "stop": 874286090
        },
        {
            "start": 874286170,
            "stop": 874287991
        }
    ]
}