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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=15",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 16,
    "results": [
        {
            "start": 946417293,
            "stop": 946417406
        },
        {
            "start": 946489013,
            "stop": 946489166
        },
        {
            "start": 946525293,
            "stop": 946525406
        },
        {
            "start": 946530478,
            "stop": 946530590
        },
        {
            "start": 946539045,
            "stop": 946539158
        },
        {
            "start": 946554453,
            "stop": 946554566
        },
        {
            "start": 946559054,
            "stop": 946559166
        },
        {
            "start": 946615142,
            "stop": 946615293
        },
        {
            "start": 946621773,
            "stop": 946621886
        },
        {
            "start": 946626901,
            "stop": 946627014
        },
        {
            "start": 946655877,
            "stop": 946655990
        },
        {
            "start": 946663462,
            "stop": 946663574
        },
        {
            "start": 946671301,
            "stop": 946671413
        },
        {
            "start": 946695085,
            "stop": 946695238
        },
        {
            "start": 946703373,
            "stop": 946703486
        },
        {
            "start": 946727502,
            "stop": 946727613
        },
        {
            "start": 946754599,
            "stop": 946754711
        },
        {
            "start": 946767470,
            "stop": 946767583
        },
        {
            "start": 946776990,
            "stop": 946777103
        },
        {
            "start": 946834060,
            "stop": 946834172
        }
    ]
}