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=40864
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=40865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40863",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40864,
    "results": [
        {
            "start": 875054242,
            "stop": 875054243
        },
        {
            "start": 875054245,
            "stop": 875054254
        },
        {
            "start": 875054256,
            "stop": 875054317
        },
        {
            "start": 875054319,
            "stop": 875054321
        },
        {
            "start": 875054323,
            "stop": 875054364
        },
        {
            "start": 875054365,
            "stop": 875054377
        },
        {
            "start": 875054379,
            "stop": 875054403
        },
        {
            "start": 875054405,
            "stop": 875054414
        },
        {
            "start": 875054416,
            "stop": 875054560
        },
        {
            "start": 875054561,
            "stop": 875054577
        },
        {
            "start": 875054579,
            "stop": 875054598
        },
        {
            "start": 875054600,
            "stop": 875054641
        },
        {
            "start": 875054642,
            "stop": 875054671
        },
        {
            "start": 875054672,
            "stop": 875054678
        },
        {
            "start": 875054679,
            "stop": 875054696
        },
        {
            "start": 875054698,
            "stop": 875054700
        },
        {
            "start": 875054760,
            "stop": 875054769
        },
        {
            "start": 875054770,
            "stop": 875054861
        },
        {
            "start": 875054862,
            "stop": 875054889
        },
        {
            "start": 875054890,
            "stop": 875054917
        }
    ]
}