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/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1859
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=1860",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1858",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1859,
    "results": [
        {
            "start": 967139946,
            "stop": 967142367
        },
        {
            "start": 967142368,
            "stop": 967143295
        },
        {
            "start": 967144341,
            "stop": 967144549
        },
        {
            "start": 967144550,
            "stop": 967152308
        },
        {
            "start": 967152309,
            "stop": 967160015
        },
        {
            "start": 967160016,
            "stop": 967164305
        },
        {
            "start": 967166369,
            "stop": 967171521
        },
        {
            "start": 967171522,
            "stop": 967175555
        },
        {
            "start": 967175556,
            "stop": 967177630
        },
        {
            "start": 967180901,
            "stop": 967187719
        },
        {
            "start": 967188531,
            "stop": 967200743
        },
        {
            "start": 967200745,
            "stop": 967205417
        },
        {
            "start": 967205418,
            "stop": 967205993
        },
        {
            "start": 967205994,
            "stop": 967207384
        },
        {
            "start": 967207385,
            "stop": 967209032
        },
        {
            "start": 967209033,
            "stop": 967209349
        },
        {
            "start": 967212738,
            "stop": 967213546
        },
        {
            "start": 967213547,
            "stop": 967215187
        },
        {
            "start": 967215188,
            "stop": 967215807
        },
        {
            "start": 967215808,
            "stop": 967219272
        }
    ]
}