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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=451",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 452,
    "results": [
        {
            "start": 847826285,
            "stop": 847826300
        },
        {
            "start": 847826301,
            "stop": 847826353
        },
        {
            "start": 847826354,
            "stop": 847826376
        },
        {
            "start": 847826378,
            "stop": 847826396
        },
        {
            "start": 847826397,
            "stop": 847826418
        },
        {
            "start": 847826419,
            "stop": 847826438
        },
        {
            "start": 847826440,
            "stop": 847826458
        },
        {
            "start": 847826459,
            "stop": 847826460
        },
        {
            "start": 847826461,
            "stop": 847826462
        },
        {
            "start": 847826468,
            "stop": 847826472
        },
        {
            "start": 847826478,
            "stop": 847826481
        },
        {
            "start": 847826482,
            "stop": 847826493
        },
        {
            "start": 847826494,
            "stop": 847826513
        },
        {
            "start": 847826514,
            "stop": 847826551
        },
        {
            "start": 847826552,
            "stop": 847826554
        },
        {
            "start": 847826555,
            "stop": 847826556
        },
        {
            "start": 847826557,
            "stop": 847826563
        },
        {
            "start": 847826565,
            "stop": 847826737
        },
        {
            "start": 847826738,
            "stop": 847826758
        },
        {
            "start": 847826759,
            "stop": 847826779
        }
    ]
}