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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=431",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 432,
    "results": [
        {
            "start": 847807267,
            "stop": 847807298
        },
        {
            "start": 847807299,
            "stop": 847807330
        },
        {
            "start": 847807331,
            "stop": 847807350
        },
        {
            "start": 847807352,
            "stop": 847807374
        },
        {
            "start": 847807375,
            "stop": 847807393
        },
        {
            "start": 847807394,
            "stop": 847807425
        },
        {
            "start": 847807426,
            "stop": 847807496
        },
        {
            "start": 847807498,
            "stop": 847807515
        },
        {
            "start": 847807516,
            "stop": 847807520
        },
        {
            "start": 847807522,
            "stop": 847807545
        },
        {
            "start": 847807546,
            "stop": 847807548
        },
        {
            "start": 847807550,
            "stop": 847807553
        },
        {
            "start": 847807554,
            "stop": 847807606
        },
        {
            "start": 847807607,
            "stop": 847807628
        },
        {
            "start": 847807630,
            "stop": 847807634
        },
        {
            "start": 847807635,
            "stop": 847807636
        },
        {
            "start": 847807637,
            "stop": 847807638
        },
        {
            "start": 847807639,
            "stop": 847807648
        },
        {
            "start": 847807650,
            "stop": 847807666
        },
        {
            "start": 847807667,
            "stop": 847807681
        }
    ]
}