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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=125",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 126,
    "results": [
        {
            "start": 1239039153,
            "stop": 1239039454
        },
        {
            "start": 1239039456,
            "stop": 1239039594
        },
        {
            "start": 1239039596,
            "stop": 1239039634
        },
        {
            "start": 1239039636,
            "stop": 1239039655
        },
        {
            "start": 1239039658,
            "stop": 1239039666
        },
        {
            "start": 1239039668,
            "stop": 1239039713
        },
        {
            "start": 1239039715,
            "stop": 1239039753
        },
        {
            "start": 1239039754,
            "stop": 1239039757
        },
        {
            "start": 1239039759,
            "stop": 1239039803
        },
        {
            "start": 1239039808,
            "stop": 1239039812
        },
        {
            "start": 1239041401,
            "stop": 1239041408
        },
        {
            "start": 1239041411,
            "stop": 1239041458
        },
        {
            "start": 1239041460,
            "stop": 1239041496
        },
        {
            "start": 1239041499,
            "stop": 1239041502
        },
        {
            "start": 1239041504,
            "stop": 1239041511
        },
        {
            "start": 1239041513,
            "stop": 1239041531
        },
        {
            "start": 1239041534,
            "stop": 1239041550
        },
        {
            "start": 1239041557,
            "stop": 1239041566
        },
        {
            "start": 1239041570,
            "stop": 1239041575
        },
        {
            "start": 1239041579,
            "stop": 1239041597
        }
    ]
}