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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6980",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6981,
    "results": [
        {
            "start": 873819319,
            "stop": 873819342
        },
        {
            "start": 873819346,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819528
        },
        {
            "start": 873819529,
            "stop": 873819540
        },
        {
            "start": 873819545,
            "stop": 873819546
        },
        {
            "start": 873819548,
            "stop": 873819550
        },
        {
            "start": 873819551,
            "stop": 873819552
        },
        {
            "start": 873819553,
            "stop": 873819560
        },
        {
            "start": 873819563,
            "stop": 873819641
        },
        {
            "start": 873819644,
            "stop": 873819645
        },
        {
            "start": 873819653,
            "stop": 873819656
        },
        {
            "start": 873819667,
            "stop": 873819720
        },
        {
            "start": 873819783,
            "stop": 873819848
        },
        {
            "start": 873819851,
            "stop": 873819862
        },
        {
            "start": 873819865,
            "stop": 873819877
        },
        {
            "start": 873819881,
            "stop": 873820171
        },
        {
            "start": 873820175,
            "stop": 873820206
        },
        {
            "start": 873820211,
            "stop": 873820475
        },
        {
            "start": 873820480,
            "stop": 873820498
        },
        {
            "start": 873820502,
            "stop": 873820505
        }
    ]
}