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/S6/timelines/H1_BURST_CAT3/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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=431",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 432,
    "results": [
        {
            "start": 933012375,
            "stop": 933012385
        },
        {
            "start": 933014598,
            "stop": 933014694
        },
        {
            "start": 933014695,
            "stop": 933014885
        },
        {
            "start": 933014887,
            "stop": 933014901
        },
        {
            "start": 933015975,
            "stop": 933016059
        },
        {
            "start": 933016062,
            "stop": 933016088
        },
        {
            "start": 933016090,
            "stop": 933016298
        },
        {
            "start": 933016300,
            "stop": 933016955
        },
        {
            "start": 933016958,
            "stop": 933018565
        },
        {
            "start": 933048375,
            "stop": 933049751
        },
        {
            "start": 933049754,
            "stop": 933050219
        },
        {
            "start": 933050221,
            "stop": 933050517
        },
        {
            "start": 933050519,
            "stop": 933050708
        },
        {
            "start": 933061327,
            "stop": 933061813
        },
        {
            "start": 933061815,
            "stop": 933061840
        },
        {
            "start": 933061851,
            "stop": 933061859
        },
        {
            "start": 933061861,
            "stop": 933061879
        },
        {
            "start": 933061883,
            "stop": 933061888
        },
        {
            "start": 933063485,
            "stop": 933065489
        },
        {
            "start": 933066389,
            "stop": 933067869
        }
    ]
}