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=1848
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=1849",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1847",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1848,
    "results": [
        {
            "start": 1250571680,
            "stop": 1250572176
        },
        {
            "start": 1250572177,
            "stop": 1250572224
        },
        {
            "start": 1250572227,
            "stop": 1250577679
        },
        {
            "start": 1250577682,
            "stop": 1250578254
        },
        {
            "start": 1250578257,
            "stop": 1250578924
        },
        {
            "start": 1250578927,
            "stop": 1250581019
        },
        {
            "start": 1250581022,
            "stop": 1250582779
        },
        {
            "start": 1250582782,
            "stop": 1250585411
        },
        {
            "start": 1250585414,
            "stop": 1250587115
        },
        {
            "start": 1250587118,
            "stop": 1250588974
        },
        {
            "start": 1250588977,
            "stop": 1250589826
        },
        {
            "start": 1250589834,
            "stop": 1250593163
        },
        {
            "start": 1250593166,
            "stop": 1250595954
        },
        {
            "start": 1250595956,
            "stop": 1250598247
        },
        {
            "start": 1250598249,
            "stop": 1250598886
        },
        {
            "start": 1250598894,
            "stop": 1250601488
        },
        {
            "start": 1250601490,
            "stop": 1250601615
        },
        {
            "start": 1250601618,
            "stop": 1250601905
        },
        {
            "start": 1250601908,
            "stop": 1250602213
        },
        {
            "start": 1250602216,
            "stop": 1250603576
        }
    ]
}