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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=563",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 564,
    "results": [
        {
            "start": 832278133,
            "stop": 832284891
        },
        {
            "start": 832286339,
            "stop": 832295713
        },
        {
            "start": 832299890,
            "stop": 832300392
        },
        {
            "start": 832301633,
            "stop": 832309842
        },
        {
            "start": 832309843,
            "stop": 832312170
        },
        {
            "start": 832312171,
            "stop": 832331631
        },
        {
            "start": 832336403,
            "stop": 832338049
        },
        {
            "start": 832341731,
            "stop": 832342196
        },
        {
            "start": 832342197,
            "stop": 832343008
        },
        {
            "start": 832343408,
            "stop": 832343824
        },
        {
            "start": 832344144,
            "stop": 832344468
        },
        {
            "start": 832344469,
            "stop": 832344995
        },
        {
            "start": 832348027,
            "stop": 832348360
        },
        {
            "start": 832348680,
            "stop": 832349845
        },
        {
            "start": 832350932,
            "stop": 832351755
        },
        {
            "start": 832352303,
            "stop": 832353628
        },
        {
            "start": 832353948,
            "stop": 832355173
        },
        {
            "start": 832355207,
            "stop": 832355208
        },
        {
            "start": 832355377,
            "stop": 832359422
        },
        {
            "start": 832359822,
            "stop": 832360626
        }
    ]
}