Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=805
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=806",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=804",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 805,
    "results": [
        {
            "start": 1250191642,
            "stop": 1250191654
        },
        {
            "start": 1250191657,
            "stop": 1250191906
        },
        {
            "start": 1250191910,
            "stop": 1250192000
        },
        {
            "start": 1250192005,
            "stop": 1250192006
        },
        {
            "start": 1250192011,
            "stop": 1250192067
        },
        {
            "start": 1250192075,
            "stop": 1250192918
        },
        {
            "start": 1250192923,
            "stop": 1250193856
        },
        {
            "start": 1250193860,
            "stop": 1250200754
        },
        {
            "start": 1250200758,
            "stop": 1250202810
        },
        {
            "start": 1250202815,
            "stop": 1250202859
        },
        {
            "start": 1250202862,
            "stop": 1250202916
        },
        {
            "start": 1250202920,
            "stop": 1250202973
        },
        {
            "start": 1250202976,
            "stop": 1250203014
        },
        {
            "start": 1250203017,
            "stop": 1250204421
        },
        {
            "start": 1250204426,
            "stop": 1250204428
        },
        {
            "start": 1250204438,
            "stop": 1250204443
        },
        {
            "start": 1250204446,
            "stop": 1250204447
        },
        {
            "start": 1250204449,
            "stop": 1250204511
        },
        {
            "start": 1250204516,
            "stop": 1250204522
        },
        {
            "start": 1250204525,
            "stop": 1250204539
        }
    ]
}