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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=198",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 199,
    "results": [
        {
            "start": 933051669,
            "stop": 933051755
        },
        {
            "start": 933051782,
            "stop": 933051785
        },
        {
            "start": 933051816,
            "stop": 933051908
        },
        {
            "start": 933051966,
            "stop": 933051968
        },
        {
            "start": 933052017,
            "stop": 933052019
        },
        {
            "start": 933052118,
            "stop": 933052240
        },
        {
            "start": 933052259,
            "stop": 933052327
        },
        {
            "start": 933052454,
            "stop": 933052488
        },
        {
            "start": 933052508,
            "stop": 933052916
        },
        {
            "start": 933052938,
            "stop": 933053140
        },
        {
            "start": 933053160,
            "stop": 933053167
        },
        {
            "start": 933053185,
            "stop": 933053405
        },
        {
            "start": 933053669,
            "stop": 933053671
        },
        {
            "start": 933053693,
            "stop": 933054008
        },
        {
            "start": 933054028,
            "stop": 933054196
        },
        {
            "start": 933054217,
            "stop": 933054234
        },
        {
            "start": 933054239,
            "stop": 933054266
        },
        {
            "start": 933054285,
            "stop": 933054340
        },
        {
            "start": 933054342,
            "stop": 933054393
        },
        {
            "start": 933054398,
            "stop": 933054416
        }
    ]
}