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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3634",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3632",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3633,
    "results": [
        {
            "start": 970491477,
            "stop": 970491479
        },
        {
            "start": 970491483,
            "stop": 970491487
        },
        {
            "start": 970491491,
            "stop": 970491496
        },
        {
            "start": 970491502,
            "stop": 970491506
        },
        {
            "start": 970491511,
            "stop": 970491516
        },
        {
            "start": 970491522,
            "stop": 970491524
        },
        {
            "start": 970491535,
            "stop": 970491536
        },
        {
            "start": 970491541,
            "stop": 970491545
        },
        {
            "start": 970491554,
            "stop": 970491556
        },
        {
            "start": 970491564,
            "stop": 970491570
        },
        {
            "start": 970491744,
            "stop": 970491745
        },
        {
            "start": 970491747,
            "stop": 970491751
        },
        {
            "start": 970491755,
            "stop": 970491757
        },
        {
            "start": 970491782,
            "stop": 970491783
        },
        {
            "start": 970491809,
            "stop": 970491817
        },
        {
            "start": 970491829,
            "stop": 970491833
        },
        {
            "start": 970491836,
            "stop": 970491844
        },
        {
            "start": 970491847,
            "stop": 970491850
        },
        {
            "start": 970491876,
            "stop": 970491879
        },
        {
            "start": 970491883,
            "stop": 970491887
        }
    ]
}