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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=20",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 21,
    "results": [
        {
            "start": 946003790,
            "stop": 946003902
        },
        {
            "start": 946008581,
            "stop": 946008694
        },
        {
            "start": 946050205,
            "stop": 946050318
        },
        {
            "start": 946082717,
            "stop": 946082830
        },
        {
            "start": 946125262,
            "stop": 946125414
        },
        {
            "start": 946158493,
            "stop": 946158606
        },
        {
            "start": 946193485,
            "stop": 946193598
        },
        {
            "start": 946197821,
            "stop": 946197934
        },
        {
            "start": 946205358,
            "stop": 946205470
        },
        {
            "start": 946221285,
            "stop": 946221446
        },
        {
            "start": 946238014,
            "stop": 946238126
        },
        {
            "start": 946265366,
            "stop": 946265478
        },
        {
            "start": 946293109,
            "stop": 946293222
        },
        {
            "start": 946312205,
            "stop": 946312318
        },
        {
            "start": 946351350,
            "stop": 946351462
        },
        {
            "start": 946374277,
            "stop": 946374390
        },
        {
            "start": 946381957,
            "stop": 946382110
        },
        {
            "start": 946402909,
            "stop": 946403022
        },
        {
            "start": 946417294,
            "stop": 946417406
        },
        {
            "start": 946530478,
            "stop": 946530590
        }
    ]
}