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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 222,
    "results": [
        {
            "start": 931535885,
            "stop": 931535897
        },
        {
            "start": 931535899,
            "stop": 931536015
        },
        {
            "start": 931536435,
            "stop": 931536436
        },
        {
            "start": 931536439,
            "stop": 931536448
        },
        {
            "start": 931536449,
            "stop": 931536452
        },
        {
            "start": 931536453,
            "stop": 931536479
        },
        {
            "start": 931536481,
            "stop": 931536490
        },
        {
            "start": 931536492,
            "stop": 931536505
        },
        {
            "start": 931536506,
            "stop": 931536510
        },
        {
            "start": 931536511,
            "stop": 931536538
        },
        {
            "start": 931536539,
            "stop": 931536544
        },
        {
            "start": 931536545,
            "stop": 931536552
        },
        {
            "start": 931536555,
            "stop": 931536602
        },
        {
            "start": 931536607,
            "stop": 931536608
        },
        {
            "start": 931536615,
            "stop": 931536616
        },
        {
            "start": 931536618,
            "stop": 931536619
        },
        {
            "start": 931536624,
            "stop": 931536627
        },
        {
            "start": 931536629,
            "stop": 931536630
        },
        {
            "start": 931536633,
            "stop": 931536634
        },
        {
            "start": 931536638,
            "stop": 931536643
        }
    ]
}