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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=161",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 162,
    "results": [
        {
            "start": 819073513,
            "stop": 819073568
        },
        {
            "start": 819073597,
            "stop": 819074392
        },
        {
            "start": 819074421,
            "stop": 819075090
        },
        {
            "start": 819082518,
            "stop": 819088932
        },
        {
            "start": 819090205,
            "stop": 819091004
        },
        {
            "start": 819091033,
            "stop": 819091220
        },
        {
            "start": 819091249,
            "stop": 819091286
        },
        {
            "start": 819091315,
            "stop": 819091428
        },
        {
            "start": 819091457,
            "stop": 819091549
        },
        {
            "start": 819091578,
            "stop": 819091613
        },
        {
            "start": 819091643,
            "stop": 819092286
        },
        {
            "start": 819092367,
            "stop": 819093062
        },
        {
            "start": 819093586,
            "stop": 819094886
        },
        {
            "start": 819094893,
            "stop": 819096673
        },
        {
            "start": 819103166,
            "stop": 819103183
        },
        {
            "start": 819103196,
            "stop": 819103203
        },
        {
            "start": 819103210,
            "stop": 819103287
        },
        {
            "start": 819103294,
            "stop": 819103343
        },
        {
            "start": 819103350,
            "stop": 819103608
        },
        {
            "start": 819103615,
            "stop": 819103620
        }
    ]
}