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=902
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=903",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=901",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 902,
    "results": [
        {
            "start": 1251369248,
            "stop": 1251369449
        },
        {
            "start": 1251369452,
            "stop": 1251369469
        },
        {
            "start": 1251369473,
            "stop": 1251369489
        },
        {
            "start": 1251369492,
            "stop": 1251369559
        },
        {
            "start": 1251369563,
            "stop": 1251369607
        },
        {
            "start": 1251369611,
            "stop": 1251369738
        },
        {
            "start": 1251369742,
            "stop": 1251369743
        },
        {
            "start": 1251369746,
            "stop": 1251369937
        },
        {
            "start": 1251369944,
            "stop": 1251369995
        },
        {
            "start": 1251369997,
            "stop": 1251370251
        },
        {
            "start": 1251370255,
            "stop": 1251370318
        },
        {
            "start": 1251370322,
            "stop": 1251371819
        },
        {
            "start": 1251371824,
            "stop": 1251371838
        },
        {
            "start": 1251371839,
            "stop": 1251372649
        },
        {
            "start": 1251372654,
            "stop": 1251373337
        },
        {
            "start": 1251373341,
            "stop": 1251373590
        },
        {
            "start": 1251373597,
            "stop": 1251373669
        },
        {
            "start": 1251373671,
            "stop": 1251373690
        },
        {
            "start": 1251373694,
            "stop": 1251374233
        },
        {
            "start": 1251374237,
            "stop": 1251375997
        }
    ]
}