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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6872",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6873,
    "results": [
        {
            "start": 873352357,
            "stop": 873352811
        },
        {
            "start": 873352814,
            "stop": 873353538
        },
        {
            "start": 873353541,
            "stop": 873354028
        },
        {
            "start": 873354226,
            "stop": 873354624
        },
        {
            "start": 873355578,
            "stop": 873357238
        },
        {
            "start": 873357242,
            "stop": 873357336
        },
        {
            "start": 873357339,
            "stop": 873357929
        },
        {
            "start": 873357932,
            "stop": 873358063
        },
        {
            "start": 873358066,
            "stop": 873359081
        },
        {
            "start": 873359084,
            "stop": 873359334
        },
        {
            "start": 873359337,
            "stop": 873359554
        },
        {
            "start": 873359557,
            "stop": 873359776
        },
        {
            "start": 873359958,
            "stop": 873360061
        },
        {
            "start": 873360068,
            "stop": 873360116
        },
        {
            "start": 873360460,
            "stop": 873360594
        },
        {
            "start": 873360914,
            "stop": 873361038
        },
        {
            "start": 873361220,
            "stop": 873361295
        },
        {
            "start": 873361299,
            "stop": 873361936
        },
        {
            "start": 873361939,
            "stop": 873362043
        },
        {
            "start": 873362046,
            "stop": 873362159
        }
    ]
}