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=6971
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=6972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6970",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6971,
    "results": [
        {
            "start": 873806717,
            "stop": 873806734
        },
        {
            "start": 873806738,
            "stop": 873806804
        },
        {
            "start": 873806808,
            "stop": 873806811
        },
        {
            "start": 873806816,
            "stop": 873806868
        },
        {
            "start": 873806872,
            "stop": 873806891
        },
        {
            "start": 873806894,
            "stop": 873807017
        },
        {
            "start": 873807020,
            "stop": 873807025
        },
        {
            "start": 873807028,
            "stop": 873807032
        },
        {
            "start": 873807036,
            "stop": 873807110
        },
        {
            "start": 873807114,
            "stop": 873807185
        },
        {
            "start": 873807192,
            "stop": 873807423
        },
        {
            "start": 873807424,
            "stop": 873807513
        },
        {
            "start": 873807517,
            "stop": 873807520
        },
        {
            "start": 873807523,
            "stop": 873807560
        },
        {
            "start": 873807565,
            "stop": 873807572
        },
        {
            "start": 873807575,
            "stop": 873807632
        },
        {
            "start": 873807635,
            "stop": 873807667
        },
        {
            "start": 873807671,
            "stop": 873807673
        },
        {
            "start": 873807677,
            "stop": 873808027
        },
        {
            "start": 873808030,
            "stop": 873808031
        }
    ]
}