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=1757
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=1758",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1756",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1757,
    "results": [
        {
            "start": 1249447889,
            "stop": 1249448169
        },
        {
            "start": 1249448172,
            "stop": 1249448199
        },
        {
            "start": 1249448202,
            "stop": 1249448682
        },
        {
            "start": 1249448685,
            "stop": 1249448751
        },
        {
            "start": 1249448754,
            "stop": 1249449220
        },
        {
            "start": 1249449223,
            "stop": 1249449349
        },
        {
            "start": 1249449352,
            "stop": 1249449529
        },
        {
            "start": 1249449532,
            "stop": 1249449541
        },
        {
            "start": 1249449549,
            "stop": 1249449559
        },
        {
            "start": 1249449562,
            "stop": 1249449805
        },
        {
            "start": 1249449808,
            "stop": 1249449847
        },
        {
            "start": 1249449850,
            "stop": 1249449939
        },
        {
            "start": 1249449942,
            "stop": 1249449984
        },
        {
            "start": 1249449986,
            "stop": 1249450008
        },
        {
            "start": 1249450011,
            "stop": 1249450189
        },
        {
            "start": 1249450191,
            "stop": 1249450196
        },
        {
            "start": 1249450199,
            "stop": 1249450225
        },
        {
            "start": 1249450228,
            "stop": 1249450451
        },
        {
            "start": 1249450454,
            "stop": 1249450566
        },
        {
            "start": 1249450569,
            "stop": 1249450698
        }
    ]
}