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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=487",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=485",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 486,
    "results": [
        {
            "start": 1184527304,
            "stop": 1184527314
        },
        {
            "start": 1184527329,
            "stop": 1184527331
        },
        {
            "start": 1184527333,
            "stop": 1184527736
        },
        {
            "start": 1184527740,
            "stop": 1184527743
        },
        {
            "start": 1184527762,
            "stop": 1184527764
        },
        {
            "start": 1184527770,
            "stop": 1184527772
        },
        {
            "start": 1184527781,
            "stop": 1184527782
        },
        {
            "start": 1184527784,
            "stop": 1184527804
        },
        {
            "start": 1184527807,
            "stop": 1184527809
        },
        {
            "start": 1184527811,
            "stop": 1184527966
        },
        {
            "start": 1184527969,
            "stop": 1184528106
        },
        {
            "start": 1184528108,
            "stop": 1184528109
        },
        {
            "start": 1184528112,
            "stop": 1184528116
        },
        {
            "start": 1184528118,
            "stop": 1184528120
        },
        {
            "start": 1184528127,
            "stop": 1184528132
        },
        {
            "start": 1184528134,
            "stop": 1184528162
        },
        {
            "start": 1184528164,
            "stop": 1184528173
        },
        {
            "start": 1184528184,
            "stop": 1184528192
        },
        {
            "start": 1184528194,
            "stop": 1184528327
        },
        {
            "start": 1184528335,
            "stop": 1184528336
        }
    ]
}