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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 258,
    "results": [
        {
            "start": 1259577640,
            "stop": 1259577989
        },
        {
            "start": 1259577992,
            "stop": 1259578282
        },
        {
            "start": 1259578285,
            "stop": 1259578435
        },
        {
            "start": 1259578437,
            "stop": 1259578461
        },
        {
            "start": 1259578466,
            "stop": 1259578500
        },
        {
            "start": 1259578503,
            "stop": 1259579772
        },
        {
            "start": 1259579774,
            "stop": 1259579801
        },
        {
            "start": 1259579804,
            "stop": 1259579809
        },
        {
            "start": 1259579812,
            "stop": 1259579849
        },
        {
            "start": 1259579851,
            "stop": 1259579868
        },
        {
            "start": 1259579869,
            "stop": 1259579873
        },
        {
            "start": 1259579876,
            "stop": 1259579877
        },
        {
            "start": 1259579880,
            "stop": 1259579890
        },
        {
            "start": 1259579893,
            "stop": 1259579898
        },
        {
            "start": 1259579901,
            "stop": 1259580016
        },
        {
            "start": 1259580019,
            "stop": 1259580020
        },
        {
            "start": 1259580023,
            "stop": 1259580128
        },
        {
            "start": 1259580131,
            "stop": 1259580174
        },
        {
            "start": 1259580175,
            "stop": 1259581013
        },
        {
            "start": 1259581015,
            "stop": 1259581022
        }
    ]
}