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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 253,
    "results": [
        {
            "start": 1259507289,
            "stop": 1259507504
        },
        {
            "start": 1259507506,
            "stop": 1259507859
        },
        {
            "start": 1259507862,
            "stop": 1259508924
        },
        {
            "start": 1259508926,
            "stop": 1259509107
        },
        {
            "start": 1259509109,
            "stop": 1259509213
        },
        {
            "start": 1259509215,
            "stop": 1259509238
        },
        {
            "start": 1259509243,
            "stop": 1259509284
        },
        {
            "start": 1259509288,
            "stop": 1259509308
        },
        {
            "start": 1259509310,
            "stop": 1259509317
        },
        {
            "start": 1259509320,
            "stop": 1259509323
        },
        {
            "start": 1259509326,
            "stop": 1259509328
        },
        {
            "start": 1259509331,
            "stop": 1259509332
        },
        {
            "start": 1259509335,
            "stop": 1259509365
        },
        {
            "start": 1259509366,
            "stop": 1259509434
        },
        {
            "start": 1259509436,
            "stop": 1259509442
        },
        {
            "start": 1259509445,
            "stop": 1259509446
        },
        {
            "start": 1259509449,
            "stop": 1259509450
        },
        {
            "start": 1259509451,
            "stop": 1259509453
        },
        {
            "start": 1259509455,
            "stop": 1259509459
        },
        {
            "start": 1259509462,
            "stop": 1259509561
        }
    ]
}