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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1947",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1945",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1946,
    "results": [
        {
            "start": 1252798600,
            "stop": 1252798602
        },
        {
            "start": 1252798605,
            "stop": 1252798657
        },
        {
            "start": 1252798660,
            "stop": 1252798716
        },
        {
            "start": 1252798719,
            "stop": 1252798777
        },
        {
            "start": 1252798780,
            "stop": 1252798784
        },
        {
            "start": 1252798787,
            "stop": 1252798805
        },
        {
            "start": 1252798808,
            "stop": 1252798890
        },
        {
            "start": 1252798893,
            "stop": 1252798945
        },
        {
            "start": 1252798948,
            "stop": 1252798975
        },
        {
            "start": 1252798978,
            "stop": 1252798989
        },
        {
            "start": 1252798992,
            "stop": 1252798993
        },
        {
            "start": 1252798996,
            "stop": 1252799190
        },
        {
            "start": 1252799193,
            "stop": 1252799199
        },
        {
            "start": 1252799202,
            "stop": 1252799220
        },
        {
            "start": 1252799223,
            "stop": 1252799314
        },
        {
            "start": 1252799317,
            "stop": 1252799430
        },
        {
            "start": 1252799433,
            "stop": 1252799434
        },
        {
            "start": 1252799437,
            "stop": 1252799714
        },
        {
            "start": 1252799716,
            "stop": 1252799731
        },
        {
            "start": 1252799734,
            "stop": 1252799743
        }
    ]
}