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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9898",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9896",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9897,
    "results": [
        {
            "start": 870885492,
            "stop": 870885529
        },
        {
            "start": 870885544,
            "stop": 870885605
        },
        {
            "start": 870885633,
            "stop": 870885649
        },
        {
            "start": 870885658,
            "stop": 870885740
        },
        {
            "start": 870885801,
            "stop": 870885847
        },
        {
            "start": 870885854,
            "stop": 870885861
        },
        {
            "start": 870885869,
            "stop": 870885886
        },
        {
            "start": 870885908,
            "stop": 870885933
        },
        {
            "start": 870886025,
            "stop": 870886026
        },
        {
            "start": 870886084,
            "stop": 870886101
        },
        {
            "start": 870886117,
            "stop": 870886118
        },
        {
            "start": 870886163,
            "stop": 870886170
        },
        {
            "start": 870886179,
            "stop": 870886200
        },
        {
            "start": 870886260,
            "stop": 870886301
        },
        {
            "start": 870886308,
            "stop": 870886323
        },
        {
            "start": 870886330,
            "stop": 870886454
        },
        {
            "start": 870886463,
            "stop": 870886476
        },
        {
            "start": 870886485,
            "stop": 870886490
        },
        {
            "start": 870886498,
            "stop": 870886500
        },
        {
            "start": 870886560,
            "stop": 870886564
        }
    ]
}