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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=332",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 333,
    "results": [
        {
            "start": 1249845195,
            "stop": 1249845246
        },
        {
            "start": 1249845248,
            "stop": 1249845287
        },
        {
            "start": 1249845288,
            "stop": 1249845291
        },
        {
            "start": 1249845292,
            "stop": 1249845309
        },
        {
            "start": 1249845313,
            "stop": 1249845345
        },
        {
            "start": 1249845346,
            "stop": 1249845356
        },
        {
            "start": 1249845357,
            "stop": 1249845399
        },
        {
            "start": 1249845401,
            "stop": 1249845448
        },
        {
            "start": 1249845451,
            "stop": 1249845468
        },
        {
            "start": 1249845474,
            "stop": 1249845477
        },
        {
            "start": 1249845482,
            "stop": 1249845486
        },
        {
            "start": 1249845487,
            "stop": 1249845547
        },
        {
            "start": 1249845550,
            "stop": 1249845553
        },
        {
            "start": 1249845555,
            "stop": 1249845556
        },
        {
            "start": 1249845557,
            "stop": 1249845561
        },
        {
            "start": 1249845562,
            "stop": 1249845568
        },
        {
            "start": 1249845570,
            "stop": 1249845585
        },
        {
            "start": 1249845589,
            "stop": 1249845595
        },
        {
            "start": 1249845597,
            "stop": 1249845617
        },
        {
            "start": 1249845618,
            "stop": 1249845670
        }
    ]
}