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=5251
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=5252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5250",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5251,
    "results": [
        {
            "start": 874518785,
            "stop": 874518835
        },
        {
            "start": 874518877,
            "stop": 874518930
        },
        {
            "start": 874518937,
            "stop": 874518955
        },
        {
            "start": 874519015,
            "stop": 874519120
        },
        {
            "start": 874519163,
            "stop": 874519299
        },
        {
            "start": 874519333,
            "stop": 874519412
        },
        {
            "start": 874519447,
            "stop": 874519449
        },
        {
            "start": 874519485,
            "stop": 874519497
        },
        {
            "start": 874519581,
            "stop": 874519682
        },
        {
            "start": 874521917,
            "stop": 874525055
        },
        {
            "start": 874525091,
            "stop": 874528407
        },
        {
            "start": 874528424,
            "stop": 874534060
        },
        {
            "start": 874534096,
            "stop": 874534641
        },
        {
            "start": 874534686,
            "stop": 874535383
        },
        {
            "start": 874535419,
            "stop": 874538731
        },
        {
            "start": 874538767,
            "stop": 874539518
        },
        {
            "start": 874539554,
            "stop": 874539778
        },
        {
            "start": 874539814,
            "stop": 874540062
        },
        {
            "start": 874540098,
            "stop": 874541099
        },
        {
            "start": 874541135,
            "stop": 874541195
        }
    ]
}