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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=365",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 366,
    "results": [
        {
            "start": 1260895239,
            "stop": 1260895240
        },
        {
            "start": 1260895243,
            "stop": 1260895531
        },
        {
            "start": 1260895534,
            "stop": 1260895657
        },
        {
            "start": 1260895660,
            "stop": 1260895662
        },
        {
            "start": 1260895665,
            "stop": 1260895673
        },
        {
            "start": 1260895676,
            "stop": 1260895753
        },
        {
            "start": 1260895759,
            "stop": 1260895872
        },
        {
            "start": 1260895875,
            "stop": 1260896084
        },
        {
            "start": 1260896087,
            "stop": 1260896096
        },
        {
            "start": 1260896099,
            "stop": 1260896115
        },
        {
            "start": 1260896118,
            "stop": 1260896194
        },
        {
            "start": 1260896197,
            "stop": 1260896206
        },
        {
            "start": 1260896209,
            "stop": 1260896241
        },
        {
            "start": 1260896244,
            "stop": 1260896245
        },
        {
            "start": 1260896248,
            "stop": 1260896307
        },
        {
            "start": 1260896310,
            "stop": 1260896504
        },
        {
            "start": 1260896507,
            "stop": 1260896682
        },
        {
            "start": 1260896685,
            "stop": 1260896789
        },
        {
            "start": 1260896792,
            "stop": 1260896800
        },
        {
            "start": 1260896803,
            "stop": 1260896859
        }
    ]
}