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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=589",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=587",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 588,
    "results": [
        {
            "start": 1262918121,
            "stop": 1262918173
        },
        {
            "start": 1262918176,
            "stop": 1262918181
        },
        {
            "start": 1262918184,
            "stop": 1262918218
        },
        {
            "start": 1262918221,
            "stop": 1262918240
        },
        {
            "start": 1262918243,
            "stop": 1262918252
        },
        {
            "start": 1262918255,
            "stop": 1262918281
        },
        {
            "start": 1262918284,
            "stop": 1262918332
        },
        {
            "start": 1262918335,
            "stop": 1262918350
        },
        {
            "start": 1262918353,
            "stop": 1262918416
        },
        {
            "start": 1262918419,
            "stop": 1262918457
        },
        {
            "start": 1262918460,
            "stop": 1262918523
        },
        {
            "start": 1262918526,
            "stop": 1262918542
        },
        {
            "start": 1262918545,
            "stop": 1262918546
        },
        {
            "start": 1262918549,
            "stop": 1262918586
        },
        {
            "start": 1262918589,
            "stop": 1262918596
        },
        {
            "start": 1262918599,
            "stop": 1262918635
        },
        {
            "start": 1262918638,
            "stop": 1262918663
        },
        {
            "start": 1262918666,
            "stop": 1262918713
        },
        {
            "start": 1262918716,
            "stop": 1262918734
        },
        {
            "start": 1262918737,
            "stop": 1262918751
        }
    ]
}