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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=352",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 353,
    "results": [
        {
            "start": 1240724953,
            "stop": 1240724999
        },
        {
            "start": 1240725000,
            "stop": 1240725013
        },
        {
            "start": 1240725014,
            "stop": 1240725055
        },
        {
            "start": 1240725057,
            "stop": 1240725063
        },
        {
            "start": 1240725064,
            "stop": 1240725106
        },
        {
            "start": 1240725108,
            "stop": 1240725174
        },
        {
            "start": 1240725175,
            "stop": 1240725287
        },
        {
            "start": 1240725290,
            "stop": 1240725422
        },
        {
            "start": 1240725423,
            "stop": 1240725520
        },
        {
            "start": 1240725521,
            "stop": 1240725533
        },
        {
            "start": 1240725534,
            "stop": 1240725598
        },
        {
            "start": 1240725600,
            "stop": 1240725688
        },
        {
            "start": 1240725689,
            "stop": 1240725691
        },
        {
            "start": 1240725692,
            "stop": 1240725817
        },
        {
            "start": 1240725818,
            "stop": 1240725829
        },
        {
            "start": 1240725831,
            "stop": 1240726015
        },
        {
            "start": 1240726016,
            "stop": 1240726034
        },
        {
            "start": 1240726036,
            "stop": 1240726073
        },
        {
            "start": 1240726074,
            "stop": 1240726106
        },
        {
            "start": 1240726108,
            "stop": 1240726111
        }
    ]
}