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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=37",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 38,
    "results": [
        {
            "start": 966435029,
            "stop": 966435142
        },
        {
            "start": 966443974,
            "stop": 966444086
        },
        {
            "start": 966449805,
            "stop": 966449918
        },
        {
            "start": 966464710,
            "stop": 966464822
        },
        {
            "start": 966473549,
            "stop": 966473662
        },
        {
            "start": 966480142,
            "stop": 966480254
        },
        {
            "start": 966486797,
            "stop": 966486910
        },
        {
            "start": 966494397,
            "stop": 966494510
        },
        {
            "start": 966508853,
            "stop": 966508966
        },
        {
            "start": 966516326,
            "stop": 966516438
        },
        {
            "start": 966521694,
            "stop": 966521806
        },
        {
            "start": 966531029,
            "stop": 966531142
        },
        {
            "start": 966536542,
            "stop": 966536654
        },
        {
            "start": 966543517,
            "stop": 966543670
        },
        {
            "start": 966566182,
            "stop": 966566294
        },
        {
            "start": 966573374,
            "stop": 966573526
        },
        {
            "start": 966581277,
            "stop": 966581390
        },
        {
            "start": 966588438,
            "stop": 966588550
        },
        {
            "start": 966594469,
            "stop": 966594582
        },
        {
            "start": 966602245,
            "stop": 966602358
        }
    ]
}