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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=32",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 33,
    "results": [
        {
            "start": 963266877,
            "stop": 963266990
        },
        {
            "start": 963317629,
            "stop": 963317742
        },
        {
            "start": 963346693,
            "stop": 963346806
        },
        {
            "start": 963377470,
            "stop": 963377582
        },
        {
            "start": 963384085,
            "stop": 963384198
        },
        {
            "start": 963397317,
            "stop": 963397478
        },
        {
            "start": 963403894,
            "stop": 963404006
        },
        {
            "start": 963420645,
            "stop": 963420758
        },
        {
            "start": 963427853,
            "stop": 963427966
        },
        {
            "start": 963433605,
            "stop": 963433718
        },
        {
            "start": 963456590,
            "stop": 963456702
        },
        {
            "start": 963491950,
            "stop": 963492062
        },
        {
            "start": 963541573,
            "stop": 963541686
        },
        {
            "start": 963614630,
            "stop": 963614790
        },
        {
            "start": 963629525,
            "stop": 963629638
        },
        {
            "start": 963643845,
            "stop": 963644006
        },
        {
            "start": 963657909,
            "stop": 963658022
        },
        {
            "start": 963716025,
            "stop": 963716138
        },
        {
            "start": 963743289,
            "stop": 963743450
        },
        {
            "start": 963773478,
            "stop": 963773631
        }
    ]
}