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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1672",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1670",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1671,
    "results": [
        {
            "start": 1248616248,
            "stop": 1248617916
        },
        {
            "start": 1248617924,
            "stop": 1248618352
        },
        {
            "start": 1248618355,
            "stop": 1248619543
        },
        {
            "start": 1248619546,
            "stop": 1248620211
        },
        {
            "start": 1248620219,
            "stop": 1248621023
        },
        {
            "start": 1248621026,
            "stop": 1248621778
        },
        {
            "start": 1248621781,
            "stop": 1248621975
        },
        {
            "start": 1248683709,
            "stop": 1248686689
        },
        {
            "start": 1248686692,
            "stop": 1248688199
        },
        {
            "start": 1248688202,
            "stop": 1248689412
        },
        {
            "start": 1248689414,
            "stop": 1248690586
        },
        {
            "start": 1248690594,
            "stop": 1248693797
        },
        {
            "start": 1248693799,
            "stop": 1248697893
        },
        {
            "start": 1248697895,
            "stop": 1248698011
        },
        {
            "start": 1248698014,
            "stop": 1248698283
        },
        {
            "start": 1248698286,
            "stop": 1248699294
        },
        {
            "start": 1248699297,
            "stop": 1248699905
        },
        {
            "start": 1248699908,
            "stop": 1248699919
        },
        {
            "start": 1248699922,
            "stop": 1248699932
        },
        {
            "start": 1248699935,
            "stop": 1248700118
        }
    ]
}