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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5150",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5151,
    "results": [
        {
            "start": 873737580,
            "stop": 873737600
        },
        {
            "start": 873737607,
            "stop": 873737615
        },
        {
            "start": 873737622,
            "stop": 873737699
        },
        {
            "start": 873737707,
            "stop": 873737720
        },
        {
            "start": 873737731,
            "stop": 873737769
        },
        {
            "start": 873737786,
            "stop": 873737825
        },
        {
            "start": 873737833,
            "stop": 873737880
        },
        {
            "start": 873737948,
            "stop": 873738017
        },
        {
            "start": 873738028,
            "stop": 873738048
        },
        {
            "start": 873738062,
            "stop": 873738082
        },
        {
            "start": 873738090,
            "stop": 873738105
        },
        {
            "start": 873738113,
            "stop": 873738122
        },
        {
            "start": 873738130,
            "stop": 873738161
        },
        {
            "start": 873738169,
            "stop": 873738210
        },
        {
            "start": 873738230,
            "stop": 873738246
        },
        {
            "start": 873738254,
            "stop": 873738264
        },
        {
            "start": 873738271,
            "stop": 873738275
        },
        {
            "start": 873738283,
            "stop": 873738288
        },
        {
            "start": 873738295,
            "stop": 873738300
        },
        {
            "start": 873738420,
            "stop": 873738443
        }
    ]
}