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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=376",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 377,
    "results": [
        {
            "start": 1260938389,
            "stop": 1260938462
        },
        {
            "start": 1260938465,
            "stop": 1260938480
        },
        {
            "start": 1260938483,
            "stop": 1260938727
        },
        {
            "start": 1260938730,
            "stop": 1260938881
        },
        {
            "start": 1260938884,
            "stop": 1260940860
        },
        {
            "start": 1260940861,
            "stop": 1260940968
        },
        {
            "start": 1260940971,
            "stop": 1260941000
        },
        {
            "start": 1260941003,
            "stop": 1260941008
        },
        {
            "start": 1260941009,
            "stop": 1260941054
        },
        {
            "start": 1260941056,
            "stop": 1260941174
        },
        {
            "start": 1260941177,
            "stop": 1260941182
        },
        {
            "start": 1260941184,
            "stop": 1260941187
        },
        {
            "start": 1260941188,
            "stop": 1260941209
        },
        {
            "start": 1260941210,
            "stop": 1260941301
        },
        {
            "start": 1260941304,
            "stop": 1260941312
        },
        {
            "start": 1260941315,
            "stop": 1260941560
        },
        {
            "start": 1260941563,
            "stop": 1260941564
        },
        {
            "start": 1260941567,
            "stop": 1260942051
        },
        {
            "start": 1260942059,
            "stop": 1260942188
        },
        {
            "start": 1260942191,
            "stop": 1260942199
        }
    ]
}