Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=309
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=308",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 309,
    "results": [
        {
            "start": 931564899,
            "stop": 931564900
        },
        {
            "start": 931564903,
            "stop": 931564906
        },
        {
            "start": 931564935,
            "stop": 931564940
        },
        {
            "start": 931564944,
            "stop": 931564946
        },
        {
            "start": 931564949,
            "stop": 931564954
        },
        {
            "start": 931564962,
            "stop": 931564964
        },
        {
            "start": 931564968,
            "stop": 931564973
        },
        {
            "start": 931564974,
            "stop": 931564977
        },
        {
            "start": 931564981,
            "stop": 931564987
        },
        {
            "start": 931564989,
            "stop": 931564991
        },
        {
            "start": 931564994,
            "stop": 931564996
        },
        {
            "start": 931564998,
            "stop": 931564999
        },
        {
            "start": 931565002,
            "stop": 931565003
        },
        {
            "start": 931565012,
            "stop": 931565025
        },
        {
            "start": 931565030,
            "stop": 931565031
        },
        {
            "start": 931565036,
            "stop": 931565037
        },
        {
            "start": 931565039,
            "stop": 931565041
        },
        {
            "start": 931565046,
            "stop": 931565054
        },
        {
            "start": 931565055,
            "stop": 931565056
        },
        {
            "start": 931565059,
            "stop": 931565060
        }
    ]
}