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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=141",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 142,
    "results": [
        {
            "start": 840478655,
            "stop": 840479018
        },
        {
            "start": 840479147,
            "stop": 840479177
        },
        {
            "start": 840479662,
            "stop": 840479728
        },
        {
            "start": 840481313,
            "stop": 840481356
        },
        {
            "start": 840481891,
            "stop": 840482423
        },
        {
            "start": 840482724,
            "stop": 840483524
        },
        {
            "start": 840485508,
            "stop": 840485674
        },
        {
            "start": 840522536,
            "stop": 840528272
        },
        {
            "start": 840530008,
            "stop": 840540255
        },
        {
            "start": 840540424,
            "stop": 840540438
        },
        {
            "start": 840555939,
            "stop": 840557364
        },
        {
            "start": 840557480,
            "stop": 840557866
        },
        {
            "start": 840561862,
            "stop": 840562166
        },
        {
            "start": 840562912,
            "stop": 840563052
        },
        {
            "start": 840563101,
            "stop": 840563163
        },
        {
            "start": 840563296,
            "stop": 840563419
        },
        {
            "start": 840563469,
            "stop": 840565299
        },
        {
            "start": 840565470,
            "stop": 840565536
        },
        {
            "start": 840565658,
            "stop": 840577427
        },
        {
            "start": 840605096,
            "stop": 840610145
        }
    ]
}