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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 130,
    "results": [
        {
            "start": 1416486355,
            "stop": 1416486477
        },
        {
            "start": 1416486704,
            "stop": 1416486794
        },
        {
            "start": 1416486921,
            "stop": 1416487145
        },
        {
            "start": 1416487236,
            "stop": 1416487341
        },
        {
            "start": 1416487438,
            "stop": 1416487545
        },
        {
            "start": 1416487642,
            "stop": 1416487734
        },
        {
            "start": 1416493383,
            "stop": 1416495987
        },
        {
            "start": 1416495992,
            "stop": 1416496998
        },
        {
            "start": 1416503720,
            "stop": 1416503991
        },
        {
            "start": 1416503995,
            "stop": 1416508116
        },
        {
            "start": 1416508121,
            "stop": 1416508457
        },
        {
            "start": 1416508460,
            "stop": 1416509958
        },
        {
            "start": 1416509963,
            "stop": 1416511772
        },
        {
            "start": 1416511777,
            "stop": 1416512026
        },
        {
            "start": 1416512031,
            "stop": 1416527772
        },
        {
            "start": 1416527777,
            "stop": 1416543604
        },
        {
            "start": 1416544282,
            "stop": 1416545651
        },
        {
            "start": 1416545676,
            "stop": 1416545871
        },
        {
            "start": 1416546784,
            "stop": 1416550259
        },
        {
            "start": 1416550264,
            "stop": 1416556913
        }
    ]
}