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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=132",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 133,
    "results": [
        {
            "start": 819370829,
            "stop": 819373663
        },
        {
            "start": 819373844,
            "stop": 819377708
        },
        {
            "start": 819378235,
            "stop": 819380129
        },
        {
            "start": 819380557,
            "stop": 819380983
        },
        {
            "start": 819381164,
            "stop": 819382003
        },
        {
            "start": 819382184,
            "stop": 819382243
        },
        {
            "start": 819382424,
            "stop": 819384703
        },
        {
            "start": 819384884,
            "stop": 819386083
        },
        {
            "start": 819386264,
            "stop": 819386849
        },
        {
            "start": 819386850,
            "stop": 819390236
        },
        {
            "start": 819390239,
            "stop": 819392236
        },
        {
            "start": 819392680,
            "stop": 819395250
        },
        {
            "start": 819396505,
            "stop": 819396976
        },
        {
            "start": 819396979,
            "stop": 819396980
        },
        {
            "start": 819396986,
            "stop": 819400494
        },
        {
            "start": 819401070,
            "stop": 819401228
        },
        {
            "start": 819403058,
            "stop": 819404447
        },
        {
            "start": 819405017,
            "stop": 819408849
        },
        {
            "start": 819411369,
            "stop": 819418531
        },
        {
            "start": 819419244,
            "stop": 819423834
        }
    ]
}