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=7011
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=7012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7010",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7011,
    "results": [
        {
            "start": 873910473,
            "stop": 873910625
        },
        {
            "start": 873910628,
            "stop": 873910891
        },
        {
            "start": 873910894,
            "stop": 873910909
        },
        {
            "start": 873910915,
            "stop": 873910922
        },
        {
            "start": 873910930,
            "stop": 873910945
        },
        {
            "start": 873910948,
            "stop": 873910949
        },
        {
            "start": 873910954,
            "stop": 873911059
        },
        {
            "start": 873911062,
            "stop": 873911086
        },
        {
            "start": 873911089,
            "stop": 873911092
        },
        {
            "start": 873911095,
            "stop": 873911106
        },
        {
            "start": 873911109,
            "stop": 873911110
        },
        {
            "start": 873911115,
            "stop": 873911120
        },
        {
            "start": 873911123,
            "stop": 873911126
        },
        {
            "start": 873911132,
            "stop": 873911134
        },
        {
            "start": 873911140,
            "stop": 873911154
        },
        {
            "start": 873911157,
            "stop": 873911189
        },
        {
            "start": 873911194,
            "stop": 873911201
        },
        {
            "start": 873911204,
            "stop": 873911208
        },
        {
            "start": 873911213,
            "stop": 873911230
        },
        {
            "start": 873911233,
            "stop": 873911244
        }
    ]
}