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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=168",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 169,
    "results": [
        {
            "start": 820449450,
            "stop": 820449645
        },
        {
            "start": 820449648,
            "stop": 820449670
        },
        {
            "start": 820449674,
            "stop": 820449799
        },
        {
            "start": 820449802,
            "stop": 820449973
        },
        {
            "start": 820449976,
            "stop": 820450125
        },
        {
            "start": 820450129,
            "stop": 820450131
        },
        {
            "start": 820450136,
            "stop": 820450717
        },
        {
            "start": 820450720,
            "stop": 820450869
        },
        {
            "start": 820451607,
            "stop": 820451731
        },
        {
            "start": 820451803,
            "stop": 820451992
        },
        {
            "start": 820451995,
            "stop": 820452318
        },
        {
            "start": 820452322,
            "stop": 820452324
        },
        {
            "start": 820452328,
            "stop": 820454177
        },
        {
            "start": 820454180,
            "stop": 820454517
        },
        {
            "start": 820454520,
            "stop": 820454722
        },
        {
            "start": 820454725,
            "stop": 820454864
        },
        {
            "start": 820454868,
            "stop": 820454896
        },
        {
            "start": 820454899,
            "stop": 820454947
        },
        {
            "start": 820454951,
            "stop": 820458000
        },
        {
            "start": 820458060,
            "stop": 820458934
        }
    ]
}