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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 120,
    "results": [
        {
            "start": 931564871,
            "stop": 931564875
        },
        {
            "start": 931564882,
            "stop": 931564886
        },
        {
            "start": 931564889,
            "stop": 931564890
        },
        {
            "start": 931564895,
            "stop": 931564896
        },
        {
            "start": 931564899,
            "stop": 931564900
        },
        {
            "start": 931564903,
            "stop": 931564906
        },
        {
            "start": 931564917,
            "stop": 931564918
        },
        {
            "start": 931564925,
            "stop": 931564927
        },
        {
            "start": 931564935,
            "stop": 931564941
        },
        {
            "start": 931564944,
            "stop": 931564946
        },
        {
            "start": 931564949,
            "stop": 931564954
        },
        {
            "start": 931564961,
            "stop": 931564964
        },
        {
            "start": 931564968,
            "stop": 931564978
        },
        {
            "start": 931564981,
            "stop": 931564991
        },
        {
            "start": 931564994,
            "stop": 931564996
        },
        {
            "start": 931564998,
            "stop": 931564999
        },
        {
            "start": 931565002,
            "stop": 931565005
        },
        {
            "start": 931565012,
            "stop": 931565025
        },
        {
            "start": 931565030,
            "stop": 931565041
        },
        {
            "start": 931565046,
            "stop": 931565056
        }
    ]
}