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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29315",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29316,
    "results": [
        {
            "start": 971237799,
            "stop": 971237826
        },
        {
            "start": 971237829,
            "stop": 971237914
        },
        {
            "start": 971237916,
            "stop": 971237980
        },
        {
            "start": 971237981,
            "stop": 971237987
        },
        {
            "start": 971237988,
            "stop": 971238018
        },
        {
            "start": 971238019,
            "stop": 971238025
        },
        {
            "start": 971238027,
            "stop": 971238067
        },
        {
            "start": 971238068,
            "stop": 971238103
        },
        {
            "start": 971238104,
            "stop": 971238226
        },
        {
            "start": 971238229,
            "stop": 971238235
        },
        {
            "start": 971238236,
            "stop": 971238237
        },
        {
            "start": 971238238,
            "stop": 971238250
        },
        {
            "start": 971238251,
            "stop": 971238263
        },
        {
            "start": 971238264,
            "stop": 971238282
        },
        {
            "start": 971238285,
            "stop": 971238328
        },
        {
            "start": 971238331,
            "stop": 971238490
        },
        {
            "start": 971238492,
            "stop": 971238515
        },
        {
            "start": 971238516,
            "stop": 971238520
        },
        {
            "start": 971238521,
            "stop": 971238541
        },
        {
            "start": 971238542,
            "stop": 971238562
        }
    ]
}