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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1919",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1917",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1918,
    "results": [
        {
            "start": 1251980901,
            "stop": 1251981345
        },
        {
            "start": 1251981348,
            "stop": 1251982199
        },
        {
            "start": 1251982202,
            "stop": 1251982924
        },
        {
            "start": 1251982927,
            "stop": 1251984143
        },
        {
            "start": 1251984146,
            "stop": 1251988749
        },
        {
            "start": 1251988752,
            "stop": 1251990426
        },
        {
            "start": 1251990427,
            "stop": 1251995822
        },
        {
            "start": 1251995824,
            "stop": 1251997153
        },
        {
            "start": 1251997156,
            "stop": 1251997392
        },
        {
            "start": 1251997395,
            "stop": 1252001649
        },
        {
            "start": 1252001652,
            "stop": 1252004407
        },
        {
            "start": 1252004415,
            "stop": 1252005343
        },
        {
            "start": 1252005346,
            "stop": 1252006582
        },
        {
            "start": 1252006585,
            "stop": 1252008962
        },
        {
            "start": 1252008963,
            "stop": 1252009529
        },
        {
            "start": 1252009531,
            "stop": 1252010762
        },
        {
            "start": 1252010765,
            "stop": 1252012059
        },
        {
            "start": 1252012062,
            "stop": 1252016644
        },
        {
            "start": 1252016645,
            "stop": 1252016684
        },
        {
            "start": 1252016685,
            "stop": 1252018239
        }
    ]
}