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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=87
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=86",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 87,
    "results": [
        {
            "start": 824941386,
            "stop": 824942189
        },
        {
            "start": 824942299,
            "stop": 824942474
        },
        {
            "start": 824942774,
            "stop": 824943069
        },
        {
            "start": 824943179,
            "stop": 824943306
        },
        {
            "start": 824943606,
            "stop": 824943905
        },
        {
            "start": 824944205,
            "stop": 824944529
        },
        {
            "start": 824944639,
            "stop": 824945508
        },
        {
            "start": 824945808,
            "stop": 824946124
        },
        {
            "start": 824946518,
            "stop": 824946998
        },
        {
            "start": 824947298,
            "stop": 824947450
        },
        {
            "start": 824947560,
            "stop": 824947819
        },
        {
            "start": 824948119,
            "stop": 824948689
        },
        {
            "start": 824948799,
            "stop": 824949715
        },
        {
            "start": 824950156,
            "stop": 824950194
        },
        {
            "start": 824950537,
            "stop": 824951773
        },
        {
            "start": 824952586,
            "stop": 824953842
        },
        {
            "start": 824954578,
            "stop": 824955276
        },
        {
            "start": 824955596,
            "stop": 824956015
        },
        {
            "start": 824956125,
            "stop": 824957598
        },
        {
            "start": 824957898,
            "stop": 824958162
        }
    ]
}