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=1715
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=1716",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1714",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1715,
    "results": [
        {
            "start": 1249164544,
            "stop": 1249164546
        },
        {
            "start": 1249164549,
            "stop": 1249164818
        },
        {
            "start": 1249164821,
            "stop": 1249165090
        },
        {
            "start": 1249165093,
            "stop": 1249166505
        },
        {
            "start": 1249166506,
            "stop": 1249166508
        },
        {
            "start": 1249166510,
            "stop": 1249168020
        },
        {
            "start": 1249168023,
            "stop": 1249168102
        },
        {
            "start": 1249168106,
            "stop": 1249168939
        },
        {
            "start": 1249168942,
            "stop": 1249170663
        },
        {
            "start": 1249170666,
            "stop": 1249171639
        },
        {
            "start": 1249171642,
            "stop": 1249171870
        },
        {
            "start": 1249171873,
            "stop": 1249175153
        },
        {
            "start": 1249175156,
            "stop": 1249175947
        },
        {
            "start": 1249175948,
            "stop": 1249175950
        },
        {
            "start": 1249175951,
            "stop": 1249175952
        },
        {
            "start": 1249175953,
            "stop": 1249175955
        },
        {
            "start": 1249175958,
            "stop": 1249175967
        },
        {
            "start": 1249175968,
            "stop": 1249175969
        },
        {
            "start": 1249175970,
            "stop": 1249175971
        },
        {
            "start": 1249175973,
            "stop": 1249175993
        }
    ]
}