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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1898",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1896",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1897,
    "results": [
        {
            "start": 1251481655,
            "stop": 1251481851
        },
        {
            "start": 1251481853,
            "stop": 1251482762
        },
        {
            "start": 1251482765,
            "stop": 1251484444
        },
        {
            "start": 1251484447,
            "stop": 1251484547
        },
        {
            "start": 1251484550,
            "stop": 1251484680
        },
        {
            "start": 1251484683,
            "stop": 1251484731
        },
        {
            "start": 1251484734,
            "stop": 1251484784
        },
        {
            "start": 1251484787,
            "stop": 1251484837
        },
        {
            "start": 1251484840,
            "stop": 1251484918
        },
        {
            "start": 1251484921,
            "stop": 1251484977
        },
        {
            "start": 1251484980,
            "stop": 1251484995
        },
        {
            "start": 1251484998,
            "stop": 1251485188
        },
        {
            "start": 1251485191,
            "stop": 1251485323
        },
        {
            "start": 1251485326,
            "stop": 1251485328
        },
        {
            "start": 1251485331,
            "stop": 1251485401
        },
        {
            "start": 1251485404,
            "stop": 1251485630
        },
        {
            "start": 1251485632,
            "stop": 1251485681
        },
        {
            "start": 1251485684,
            "stop": 1251485804
        },
        {
            "start": 1251485806,
            "stop": 1251486190
        },
        {
            "start": 1251486193,
            "stop": 1251486666
        }
    ]
}