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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=191",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 192,
    "results": [
        {
            "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": 820454966
        },
        {
            "start": 820454983,
            "stop": 820458934
        },
        {
            "start": 820458937,
            "stop": 820459299
        },
        {
            "start": 820459302,
            "stop": 820459710
        },
        {
            "start": 820459713,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820459992
        }
    ]
}