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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5643",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5644,
    "results": [
        {
            "start": 874517349,
            "stop": 874517359
        },
        {
            "start": 874517362,
            "stop": 874517379
        },
        {
            "start": 874517383,
            "stop": 874517450
        },
        {
            "start": 874517453,
            "stop": 874517462
        },
        {
            "start": 874517465,
            "stop": 874517474
        },
        {
            "start": 874517477,
            "stop": 874517498
        },
        {
            "start": 874517501,
            "stop": 874517579
        },
        {
            "start": 874517583,
            "stop": 874517632
        },
        {
            "start": 874517635,
            "stop": 874517686
        },
        {
            "start": 874517689,
            "stop": 874517752
        },
        {
            "start": 874517755,
            "stop": 874517783
        },
        {
            "start": 874517786,
            "stop": 874517833
        },
        {
            "start": 874517836,
            "stop": 874517840
        },
        {
            "start": 874517848,
            "stop": 874517867
        },
        {
            "start": 874517870,
            "stop": 874517881
        },
        {
            "start": 874517884,
            "stop": 874517977
        },
        {
            "start": 874517981,
            "stop": 874518005
        },
        {
            "start": 874518008,
            "stop": 874518026
        },
        {
            "start": 874518029,
            "stop": 874518038
        },
        {
            "start": 874518042,
            "stop": 874518059
        }
    ]
}