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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2953",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2954,
    "results": [
        {
            "start": 859929541,
            "stop": 859929944
        },
        {
            "start": 859930125,
            "stop": 859930424
        },
        {
            "start": 859930605,
            "stop": 859931084
        },
        {
            "start": 859931265,
            "stop": 859931629
        },
        {
            "start": 859931749,
            "stop": 859934201
        },
        {
            "start": 859935427,
            "stop": 859936080
        },
        {
            "start": 859936200,
            "stop": 859937452
        },
        {
            "start": 859938448,
            "stop": 859938720
        },
        {
            "start": 859938780,
            "stop": 859941960
        },
        {
            "start": 859942020,
            "stop": 859942080
        },
        {
            "start": 859942140,
            "stop": 859945800
        },
        {
            "start": 859945860,
            "stop": 859948982
        },
        {
            "start": 859948985,
            "stop": 859964351
        },
        {
            "start": 859964354,
            "stop": 859965564
        },
        {
            "start": 859967820,
            "stop": 859967880
        },
        {
            "start": 859968360,
            "stop": 859968480
        },
        {
            "start": 859968600,
            "stop": 859978680
        },
        {
            "start": 859979940,
            "stop": 860000511
        },
        {
            "start": 860000929,
            "stop": 860010705
        },
        {
            "start": 860011960,
            "stop": 860011990
        }
    ]
}