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=958
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=959",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=957",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 958,
    "results": [
        {
            "start": 1251687660,
            "stop": 1251687666
        },
        {
            "start": 1251687671,
            "stop": 1251687761
        },
        {
            "start": 1251687765,
            "stop": 1251687785
        },
        {
            "start": 1251687790,
            "stop": 1251687798
        },
        {
            "start": 1251687803,
            "stop": 1251687812
        },
        {
            "start": 1251687817,
            "stop": 1251687835
        },
        {
            "start": 1251687840,
            "stop": 1251687843
        },
        {
            "start": 1251687848,
            "stop": 1251687870
        },
        {
            "start": 1251687873,
            "stop": 1251687893
        },
        {
            "start": 1251687898,
            "stop": 1251687983
        },
        {
            "start": 1251687988,
            "stop": 1251688077
        },
        {
            "start": 1251688080,
            "stop": 1251688202
        },
        {
            "start": 1251688207,
            "stop": 1251688262
        },
        {
            "start": 1251688267,
            "stop": 1251688281
        },
        {
            "start": 1251688286,
            "stop": 1251688289
        },
        {
            "start": 1251688294,
            "stop": 1251688324
        },
        {
            "start": 1251688327,
            "stop": 1251688422
        },
        {
            "start": 1251688427,
            "stop": 1251688461
        },
        {
            "start": 1251688465,
            "stop": 1251688500
        },
        {
            "start": 1251688505,
            "stop": 1251688522
        }
    ]
}