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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=124",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 125,
    "results": [
        {
            "start": 932673778,
            "stop": 932673781
        },
        {
            "start": 932673814,
            "stop": 932673833
        },
        {
            "start": 932673852,
            "stop": 932673857
        },
        {
            "start": 932673876,
            "stop": 932673930
        },
        {
            "start": 932673949,
            "stop": 932673950
        },
        {
            "start": 932673969,
            "stop": 932673982
        },
        {
            "start": 932674001,
            "stop": 932674011
        },
        {
            "start": 932674030,
            "stop": 932674073
        },
        {
            "start": 932674092,
            "stop": 932674216
        },
        {
            "start": 932674235,
            "stop": 932674405
        },
        {
            "start": 932674424,
            "stop": 932674673
        },
        {
            "start": 932674692,
            "stop": 932674767
        },
        {
            "start": 932674786,
            "stop": 932674825
        },
        {
            "start": 932674844,
            "stop": 932675002
        },
        {
            "start": 932675102,
            "stop": 932675120
        },
        {
            "start": 932675139,
            "stop": 932675542
        },
        {
            "start": 932675562,
            "stop": 932675983
        },
        {
            "start": 932675989,
            "stop": 932676037
        },
        {
            "start": 932676042,
            "stop": 932676228
        },
        {
            "start": 932676246,
            "stop": 932676323
        }
    ]
}