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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40575",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40576,
    "results": [
        {
            "start": 874852092,
            "stop": 874852104
        },
        {
            "start": 874852108,
            "stop": 874852109
        },
        {
            "start": 874852110,
            "stop": 874852112
        },
        {
            "start": 874852113,
            "stop": 874852121
        },
        {
            "start": 874852123,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874852140
        },
        {
            "start": 874852260,
            "stop": 874852282
        },
        {
            "start": 874852283,
            "stop": 874852346
        },
        {
            "start": 874852348,
            "stop": 874852410
        },
        {
            "start": 874852411,
            "stop": 874852431
        },
        {
            "start": 874852433,
            "stop": 874852452
        },
        {
            "start": 874852454,
            "stop": 874852473
        },
        {
            "start": 874852475,
            "stop": 874852516
        },
        {
            "start": 874852518,
            "stop": 874852544
        },
        {
            "start": 874852546,
            "stop": 874852559
        },
        {
            "start": 874852562,
            "stop": 874852563
        },
        {
            "start": 874852565,
            "stop": 874852601
        },
        {
            "start": 874852603,
            "stop": 874852623
        },
        {
            "start": 874852624,
            "stop": 874852627
        },
        {
            "start": 874852630,
            "stop": 874852634
        }
    ]
}