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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=301",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 302,
    "results": [
        {
            "start": 872466386,
            "stop": 872496591
        },
        {
            "start": 872497895,
            "stop": 872509935
        },
        {
            "start": 872510352,
            "stop": 872511504
        },
        {
            "start": 872512397,
            "stop": 872513703
        },
        {
            "start": 872516344,
            "stop": 872516348
        },
        {
            "start": 872517687,
            "stop": 872519546
        },
        {
            "start": 872521211,
            "stop": 872521944
        },
        {
            "start": 872522151,
            "stop": 872524479
        },
        {
            "start": 872526610,
            "stop": 872527268
        },
        {
            "start": 872528542,
            "stop": 872529279
        },
        {
            "start": 872529414,
            "stop": 872530983
        },
        {
            "start": 872532451,
            "stop": 872533968
        },
        {
            "start": 872543851,
            "stop": 872543927
        },
        {
            "start": 872543941,
            "stop": 872545378
        },
        {
            "start": 872545888,
            "stop": 872545891
        },
        {
            "start": 872545921,
            "stop": 872547541
        },
        {
            "start": 872548025,
            "stop": 872557221
        },
        {
            "start": 872557238,
            "stop": 872563896
        },
        {
            "start": 872570017,
            "stop": 872575235
        },
        {
            "start": 872576504,
            "stop": 872580724
        }
    ]
}