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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=457",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=455",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 456,
    "results": [
        {
            "start": 1264389610,
            "stop": 1264389613
        },
        {
            "start": 1264389615,
            "stop": 1264389617
        },
        {
            "start": 1264389618,
            "stop": 1264389621
        },
        {
            "start": 1264389623,
            "stop": 1264389625
        },
        {
            "start": 1264389626,
            "stop": 1264389629
        },
        {
            "start": 1264389632,
            "stop": 1264389633
        },
        {
            "start": 1264389634,
            "stop": 1264389638
        },
        {
            "start": 1264389639,
            "stop": 1264389641
        },
        {
            "start": 1264389642,
            "stop": 1264389646
        },
        {
            "start": 1264389647,
            "stop": 1264389727
        },
        {
            "start": 1264389739,
            "stop": 1264389743
        },
        {
            "start": 1264389746,
            "stop": 1264389808
        },
        {
            "start": 1264389810,
            "stop": 1264389880
        },
        {
            "start": 1264389881,
            "stop": 1264389898
        },
        {
            "start": 1264389900,
            "stop": 1264389906
        },
        {
            "start": 1264389908,
            "stop": 1264389909
        },
        {
            "start": 1264389912,
            "stop": 1264389914
        },
        {
            "start": 1264389916,
            "stop": 1264389917
        },
        {
            "start": 1264389919,
            "stop": 1264389922
        },
        {
            "start": 1264389925,
            "stop": 1264389930
        }
    ]
}