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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 113,
    "results": [
        {
            "start": 1372136017,
            "stop": 1372136979
        },
        {
            "start": 1372136981,
            "stop": 1372140054
        },
        {
            "start": 1372140056,
            "stop": 1372142629
        },
        {
            "start": 1372142631,
            "stop": 1372144666
        },
        {
            "start": 1372144669,
            "stop": 1372146856
        },
        {
            "start": 1372146858,
            "stop": 1372149138
        },
        {
            "start": 1372149139,
            "stop": 1372151216
        },
        {
            "start": 1372151218,
            "stop": 1372155847
        },
        {
            "start": 1372155849,
            "stop": 1372156634
        },
        {
            "start": 1372156637,
            "stop": 1372157890
        },
        {
            "start": 1372157891,
            "stop": 1372162012
        },
        {
            "start": 1372162014,
            "stop": 1372164118
        },
        {
            "start": 1372164120,
            "stop": 1372165831
        },
        {
            "start": 1372165833,
            "stop": 1372166288
        },
        {
            "start": 1372166289,
            "stop": 1372168627
        },
        {
            "start": 1372168629,
            "stop": 1372171197
        },
        {
            "start": 1372171199,
            "stop": 1372171920
        },
        {
            "start": 1372177835,
            "stop": 1372180193
        },
        {
            "start": 1372180194,
            "stop": 1372180700
        },
        {
            "start": 1372180701,
            "stop": 1372180912
        }
    ]
}