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=1763
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=1764",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1762",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1763,
    "results": [
        {
            "start": 1249461835,
            "stop": 1249461843
        },
        {
            "start": 1249461846,
            "stop": 1249461857
        },
        {
            "start": 1249461860,
            "stop": 1249461910
        },
        {
            "start": 1249461913,
            "stop": 1249461923
        },
        {
            "start": 1249461926,
            "stop": 1249461979
        },
        {
            "start": 1249461982,
            "stop": 1249461989
        },
        {
            "start": 1249461995,
            "stop": 1249462051
        },
        {
            "start": 1249462054,
            "stop": 1249462055
        },
        {
            "start": 1249462058,
            "stop": 1249462090
        },
        {
            "start": 1249462093,
            "stop": 1249462233
        },
        {
            "start": 1249462236,
            "stop": 1249462252
        },
        {
            "start": 1249462255,
            "stop": 1249462334
        },
        {
            "start": 1249462337,
            "stop": 1249462444
        },
        {
            "start": 1249462447,
            "stop": 1249462572
        },
        {
            "start": 1249462575,
            "stop": 1249462590
        },
        {
            "start": 1249462593,
            "stop": 1249462629
        },
        {
            "start": 1249462632,
            "stop": 1249462742
        },
        {
            "start": 1249462745,
            "stop": 1249462811
        },
        {
            "start": 1249462814,
            "stop": 1249463130
        },
        {
            "start": 1249463133,
            "stop": 1249463179
        }
    ]
}