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=1853
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=1854",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1852",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1853,
    "results": [
        {
            "start": 1250713774,
            "stop": 1250716123
        },
        {
            "start": 1250716126,
            "stop": 1250717977
        },
        {
            "start": 1250717980,
            "stop": 1250719096
        },
        {
            "start": 1250719097,
            "stop": 1250719191
        },
        {
            "start": 1250719194,
            "stop": 1250720184
        },
        {
            "start": 1250720186,
            "stop": 1250720272
        },
        {
            "start": 1250720274,
            "stop": 1250720541
        },
        {
            "start": 1250720544,
            "stop": 1250721828
        },
        {
            "start": 1250721831,
            "stop": 1250722579
        },
        {
            "start": 1250722580,
            "stop": 1250722800
        },
        {
            "start": 1250722803,
            "stop": 1250723055
        },
        {
            "start": 1250723058,
            "stop": 1250723152
        },
        {
            "start": 1250723155,
            "stop": 1250723804
        },
        {
            "start": 1250723807,
            "stop": 1250725483
        },
        {
            "start": 1250725485,
            "stop": 1250725548
        },
        {
            "start": 1250725549,
            "stop": 1250725552
        },
        {
            "start": 1250725554,
            "stop": 1250725661
        },
        {
            "start": 1250725662,
            "stop": 1250725667
        },
        {
            "start": 1250725671,
            "stop": 1250725988
        },
        {
            "start": 1250725989,
            "stop": 1250725993
        }
    ]
}