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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 186,
    "results": [
        {
            "start": 1384731527,
            "stop": 1384732607
        },
        {
            "start": 1384732777,
            "stop": 1384733060
        },
        {
            "start": 1384733195,
            "stop": 1384735521
        },
        {
            "start": 1384735526,
            "stop": 1384736986
        },
        {
            "start": 1384736991,
            "stop": 1384755887
        },
        {
            "start": 1384756008,
            "stop": 1384763779
        },
        {
            "start": 1384763784,
            "stop": 1384769396
        },
        {
            "start": 1384773767,
            "stop": 1384786011
        },
        {
            "start": 1384786016,
            "stop": 1384789859
        },
        {
            "start": 1384789864,
            "stop": 1384789879
        },
        {
            "start": 1384789884,
            "stop": 1384790018
        },
        {
            "start": 1384790023,
            "stop": 1384792985
        },
        {
            "start": 1384792988,
            "stop": 1384795076
        },
        {
            "start": 1384795081,
            "stop": 1384797843
        },
        {
            "start": 1384797848,
            "stop": 1384797851
        },
        {
            "start": 1384798312,
            "stop": 1384803069
        },
        {
            "start": 1384803074,
            "stop": 1384805352
        },
        {
            "start": 1384805357,
            "stop": 1384807963
        },
        {
            "start": 1384808111,
            "stop": 1384810986
        },
        {
            "start": 1384810989,
            "stop": 1384828682
        }
    ]
}