Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=94
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=93",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 94,
    "results": [
        {
            "start": 824606773,
            "stop": 824607358
        },
        {
            "start": 824607419,
            "stop": 824608533
        },
        {
            "start": 824608743,
            "stop": 824629124
        },
        {
            "start": 824629125,
            "stop": 824629334
        },
        {
            "start": 824629336,
            "stop": 824629892
        },
        {
            "start": 824629896,
            "stop": 824629912
        },
        {
            "start": 824630061,
            "stop": 824646323
        },
        {
            "start": 824646325,
            "stop": 824646350
        },
        {
            "start": 824648649,
            "stop": 824649945
        },
        {
            "start": 824651300,
            "stop": 824652671
        },
        {
            "start": 824655211,
            "stop": 824655387
        },
        {
            "start": 824656236,
            "stop": 824659689
        },
        {
            "start": 824660908,
            "stop": 824661920
        },
        {
            "start": 824661922,
            "stop": 824662312
        },
        {
            "start": 824666212,
            "stop": 824666472
        },
        {
            "start": 824666546,
            "stop": 824669882
        },
        {
            "start": 824675729,
            "stop": 824677782
        },
        {
            "start": 824679059,
            "stop": 824679730
        },
        {
            "start": 824680486,
            "stop": 824681600
        },
        {
            "start": 824700296,
            "stop": 824701450
        }
    ]
}