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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40858",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40859,
    "results": [
        {
            "start": 875051381,
            "stop": 875051434
        },
        {
            "start": 875051435,
            "stop": 875051457
        },
        {
            "start": 875051460,
            "stop": 875051519
        },
        {
            "start": 875051520,
            "stop": 875051538
        },
        {
            "start": 875051539,
            "stop": 875051582
        },
        {
            "start": 875051583,
            "stop": 875051590
        },
        {
            "start": 875051591,
            "stop": 875051602
        },
        {
            "start": 875051604,
            "stop": 875051743
        },
        {
            "start": 875051744,
            "stop": 875051751
        },
        {
            "start": 875051753,
            "stop": 875051793
        },
        {
            "start": 875051795,
            "stop": 875051824
        },
        {
            "start": 875051825,
            "stop": 875051836
        },
        {
            "start": 875051837,
            "stop": 875051906
        },
        {
            "start": 875051907,
            "stop": 875051930
        },
        {
            "start": 875051931,
            "stop": 875052000
        },
        {
            "start": 875052001,
            "stop": 875052025
        },
        {
            "start": 875052026,
            "stop": 875052106
        },
        {
            "start": 875052108,
            "stop": 875052127
        },
        {
            "start": 875052128,
            "stop": 875052191
        },
        {
            "start": 875052194,
            "stop": 875052198
        }
    ]
}