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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 4,
    "results": [
        {
            "start": 1238178429,
            "stop": 1238178439
        },
        {
            "start": 1238178442,
            "stop": 1238178445
        },
        {
            "start": 1238178449,
            "stop": 1238178454
        },
        {
            "start": 1238178455,
            "stop": 1238178458
        },
        {
            "start": 1238178460,
            "stop": 1238178461
        },
        {
            "start": 1238178463,
            "stop": 1238178502
        },
        {
            "start": 1238178504,
            "stop": 1238178522
        },
        {
            "start": 1238178531,
            "stop": 1238178542
        },
        {
            "start": 1238178547,
            "stop": 1238178549
        },
        {
            "start": 1238178553,
            "stop": 1238178560
        },
        {
            "start": 1238178561,
            "stop": 1238178562
        },
        {
            "start": 1238178564,
            "stop": 1238178567
        },
        {
            "start": 1238178572,
            "stop": 1238178575
        },
        {
            "start": 1238178580,
            "stop": 1238178584
        },
        {
            "start": 1238178588,
            "stop": 1238178597
        },
        {
            "start": 1238178601,
            "stop": 1238178606
        },
        {
            "start": 1238178607,
            "stop": 1238178608
        },
        {
            "start": 1238178610,
            "stop": 1238178644
        },
        {
            "start": 1238178647,
            "stop": 1238178680
        },
        {
            "start": 1238178685,
            "stop": 1238178698
        }
    ]
}