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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=116",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 117,
    "results": [
        {
            "start": 931606824,
            "stop": 931606849
        },
        {
            "start": 931606855,
            "stop": 931606856
        },
        {
            "start": 931606861,
            "stop": 931607061
        },
        {
            "start": 931607069,
            "stop": 931607216
        },
        {
            "start": 931607222,
            "stop": 931607330
        },
        {
            "start": 931607336,
            "stop": 931607723
        },
        {
            "start": 931607729,
            "stop": 931607962
        },
        {
            "start": 931607967,
            "stop": 931607973
        },
        {
            "start": 931607980,
            "stop": 931607999
        },
        {
            "start": 931608006,
            "stop": 931608415
        },
        {
            "start": 931608421,
            "stop": 931608504
        },
        {
            "start": 931608509,
            "stop": 931608574
        },
        {
            "start": 931608580,
            "stop": 931608625
        },
        {
            "start": 931608631,
            "stop": 931608745
        },
        {
            "start": 931608752,
            "stop": 931608847
        },
        {
            "start": 931608853,
            "stop": 931608883
        },
        {
            "start": 931608889,
            "stop": 931608951
        },
        {
            "start": 931608957,
            "stop": 931609064
        },
        {
            "start": 931609070,
            "stop": 931609077
        },
        {
            "start": 931609093,
            "stop": 931609107
        }
    ]
}