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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1699",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1697",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1698,
    "results": [
        {
            "start": 957603161,
            "stop": 957604042
        },
        {
            "start": 957604044,
            "stop": 957604061
        },
        {
            "start": 957604063,
            "stop": 957604595
        },
        {
            "start": 957604599,
            "stop": 957605020
        },
        {
            "start": 957605022,
            "stop": 957605618
        },
        {
            "start": 957605620,
            "stop": 957606339
        },
        {
            "start": 957606341,
            "stop": 957606594
        },
        {
            "start": 957606596,
            "stop": 957607214
        },
        {
            "start": 957607216,
            "stop": 957607340
        },
        {
            "start": 957607341,
            "stop": 957607580
        },
        {
            "start": 957607582,
            "stop": 957608184
        },
        {
            "start": 957608186,
            "stop": 957608490
        },
        {
            "start": 957608492,
            "stop": 957609147
        },
        {
            "start": 957609149,
            "stop": 957609436
        },
        {
            "start": 957609437,
            "stop": 957609497
        },
        {
            "start": 957609499,
            "stop": 957609589
        },
        {
            "start": 957609591,
            "stop": 957609810
        },
        {
            "start": 957609812,
            "stop": 957610150
        },
        {
            "start": 957610152,
            "stop": 957610164
        },
        {
            "start": 957610166,
            "stop": 957610381
        }
    ]
}