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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16733",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16734,
    "results": [
        {
            "start": 875045519,
            "stop": 875045806
        },
        {
            "start": 875045807,
            "stop": 875046098
        },
        {
            "start": 875046099,
            "stop": 875046106
        },
        {
            "start": 875046107,
            "stop": 875046259
        },
        {
            "start": 875046262,
            "stop": 875046266
        },
        {
            "start": 875046267,
            "stop": 875046270
        },
        {
            "start": 875046273,
            "stop": 875046372
        },
        {
            "start": 875046375,
            "stop": 875046392
        },
        {
            "start": 875046393,
            "stop": 875046394
        },
        {
            "start": 875046396,
            "stop": 875046407
        },
        {
            "start": 875046411,
            "stop": 875046436
        },
        {
            "start": 875046439,
            "stop": 875046452
        },
        {
            "start": 875046455,
            "stop": 875046456
        },
        {
            "start": 875046459,
            "stop": 875046477
        },
        {
            "start": 875046478,
            "stop": 875046489
        },
        {
            "start": 875046491,
            "stop": 875046513
        },
        {
            "start": 875046516,
            "stop": 875046622
        },
        {
            "start": 875046624,
            "stop": 875046680
        },
        {
            "start": 875046682,
            "stop": 875046741
        },
        {
            "start": 875046742,
            "stop": 875046751
        }
    ]
}