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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3119",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3120,
    "results": [
        {
            "start": 867806355,
            "stop": 867807960
        },
        {
            "start": 867808020,
            "stop": 867809084
        },
        {
            "start": 867809265,
            "stop": 867813644
        },
        {
            "start": 867813825,
            "stop": 867813960
        },
        {
            "start": 867814020,
            "stop": 867814103
        },
        {
            "start": 867814106,
            "stop": 867814320
        },
        {
            "start": 867814380,
            "stop": 867814740
        },
        {
            "start": 867814800,
            "stop": 867815011
        },
        {
            "start": 867815015,
            "stop": 867815070
        },
        {
            "start": 867815076,
            "stop": 867815358
        },
        {
            "start": 867815361,
            "stop": 867815444
        },
        {
            "start": 867815625,
            "stop": 867815638
        },
        {
            "start": 867815700,
            "stop": 867815880
        },
        {
            "start": 867815940,
            "stop": 867815999
        },
        {
            "start": 867816600,
            "stop": 867816748
        },
        {
            "start": 867816752,
            "stop": 867816828
        },
        {
            "start": 867816832,
            "stop": 867817498
        },
        {
            "start": 867817505,
            "stop": 867817512
        },
        {
            "start": 867817516,
            "stop": 867817860
        },
        {
            "start": 867817920,
            "stop": 867818301
        }
    ]
}