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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4303",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4304,
    "results": [
        {
            "start": 874678890,
            "stop": 874678935
        },
        {
            "start": 874678964,
            "stop": 874679041
        },
        {
            "start": 874679061,
            "stop": 874679125
        },
        {
            "start": 874679161,
            "stop": 874679189
        },
        {
            "start": 874679208,
            "stop": 874679212
        },
        {
            "start": 874679241,
            "stop": 874679298
        },
        {
            "start": 874679339,
            "stop": 874679390
        },
        {
            "start": 874679409,
            "stop": 874679418
        },
        {
            "start": 874679438,
            "stop": 874679459
        },
        {
            "start": 874679478,
            "stop": 874679505
        },
        {
            "start": 874679543,
            "stop": 874679572
        },
        {
            "start": 874679602,
            "stop": 874679606
        },
        {
            "start": 874679625,
            "stop": 874679650
        },
        {
            "start": 874679670,
            "stop": 874679694
        },
        {
            "start": 874679714,
            "stop": 874679725
        },
        {
            "start": 874679744,
            "stop": 874679763
        },
        {
            "start": 874679782,
            "stop": 874679784
        },
        {
            "start": 874679803,
            "stop": 874679832
        },
        {
            "start": 874679870,
            "stop": 874679889
        },
        {
            "start": 874679914,
            "stop": 874679961
        }
    ]
}