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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=372",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 373,
    "results": [
        {
            "start": 857733437,
            "stop": 857733440
        },
        {
            "start": 857733527,
            "stop": 857733587
        },
        {
            "start": 857733588,
            "stop": 857733592
        },
        {
            "start": 857733593,
            "stop": 857733610
        },
        {
            "start": 857733612,
            "stop": 857733636
        },
        {
            "start": 857733639,
            "stop": 857733641
        },
        {
            "start": 857733643,
            "stop": 857733690
        },
        {
            "start": 857733691,
            "stop": 857733693
        },
        {
            "start": 857733694,
            "stop": 857733696
        },
        {
            "start": 857733699,
            "stop": 857733715
        },
        {
            "start": 857733716,
            "stop": 857733719
        },
        {
            "start": 857733721,
            "stop": 857733782
        },
        {
            "start": 857733783,
            "stop": 857733784
        },
        {
            "start": 857733786,
            "stop": 857733790
        },
        {
            "start": 857733863,
            "stop": 857733899
        },
        {
            "start": 857733901,
            "stop": 857733919
        },
        {
            "start": 857733922,
            "stop": 857733931
        },
        {
            "start": 857733933,
            "stop": 857733934
        },
        {
            "start": 857733936,
            "stop": 857733941
        },
        {
            "start": 857733943,
            "stop": 857734023
        }
    ]
}