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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=25",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 26,
    "results": [
        {
            "start": 957173014,
            "stop": 957173126
        },
        {
            "start": 957206206,
            "stop": 957206318
        },
        {
            "start": 957245638,
            "stop": 957245798
        },
        {
            "start": 957295229,
            "stop": 957295342
        },
        {
            "start": 957334925,
            "stop": 957335038
        },
        {
            "start": 957352829,
            "stop": 957352982
        },
        {
            "start": 957361477,
            "stop": 957361590
        },
        {
            "start": 957371725,
            "stop": 957371838
        },
        {
            "start": 957411614,
            "stop": 957411726
        },
        {
            "start": 957463910,
            "stop": 957464022
        },
        {
            "start": 957497798,
            "stop": 957497910
        },
        {
            "start": 957525029,
            "stop": 957525142
        },
        {
            "start": 957560357,
            "stop": 957560470
        },
        {
            "start": 957567077,
            "stop": 957567190
        },
        {
            "start": 957594845,
            "stop": 957594998
        },
        {
            "start": 957663150,
            "stop": 957663310
        },
        {
            "start": 957694390,
            "stop": 957694502
        },
        {
            "start": 957837439,
            "stop": 957837551
        },
        {
            "start": 957844727,
            "stop": 957844839
        },
        {
            "start": 957859102,
            "stop": 957859215
        }
    ]
}