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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=105",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 106,
    "results": [
        {
            "start": 1412691523,
            "stop": 1412691540
        },
        {
            "start": 1412691545,
            "stop": 1412692459
        },
        {
            "start": 1412692464,
            "stop": 1412692518
        },
        {
            "start": 1412692758,
            "stop": 1412693281
        },
        {
            "start": 1412693287,
            "stop": 1412693305
        },
        {
            "start": 1412693310,
            "stop": 1412693995
        },
        {
            "start": 1412694000,
            "stop": 1412697493
        },
        {
            "start": 1412697497,
            "stop": 1412697502
        },
        {
            "start": 1412697507,
            "stop": 1412697616
        },
        {
            "start": 1412697625,
            "stop": 1412697636
        },
        {
            "start": 1412697641,
            "stop": 1412697923
        },
        {
            "start": 1412697928,
            "stop": 1412698027
        },
        {
            "start": 1412698033,
            "stop": 1412698245
        },
        {
            "start": 1412698251,
            "stop": 1412698928
        },
        {
            "start": 1412705599,
            "stop": 1412709035
        },
        {
            "start": 1412709040,
            "stop": 1412709399
        },
        {
            "start": 1412709404,
            "stop": 1412710415
        },
        {
            "start": 1412710420,
            "stop": 1412710800
        },
        {
            "start": 1412710804,
            "stop": 1412712877
        },
        {
            "start": 1412716237,
            "stop": 1412716695
        }
    ]
}