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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 321,
    "results": [
        {
            "start": 852426216,
            "stop": 852426784
        },
        {
            "start": 852426786,
            "stop": 852426800
        },
        {
            "start": 852426802,
            "stop": 852426892
        },
        {
            "start": 852426894,
            "stop": 852426909
        },
        {
            "start": 852426910,
            "stop": 852426913
        },
        {
            "start": 852426915,
            "stop": 852426921
        },
        {
            "start": 852426923,
            "stop": 852426933
        },
        {
            "start": 852426934,
            "stop": 852426937
        },
        {
            "start": 852426943,
            "stop": 852426948
        },
        {
            "start": 852426949,
            "stop": 852426973
        },
        {
            "start": 852427007,
            "stop": 852427008
        },
        {
            "start": 852427371,
            "stop": 852427402
        },
        {
            "start": 852427403,
            "stop": 852427404
        },
        {
            "start": 852427405,
            "stop": 852427415
        },
        {
            "start": 852427420,
            "stop": 852427447
        },
        {
            "start": 852427448,
            "stop": 852427449
        },
        {
            "start": 852427451,
            "stop": 852427455
        },
        {
            "start": 852427457,
            "stop": 852427459
        },
        {
            "start": 852427461,
            "stop": 852427485
        },
        {
            "start": 852427487,
            "stop": 852427528
        }
    ]
}