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=509
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=510",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=508",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 509,
    "results": [
        {
            "start": 1262542536,
            "stop": 1262544020
        },
        {
            "start": 1262544023,
            "stop": 1262544029
        },
        {
            "start": 1262544032,
            "stop": 1262544038
        },
        {
            "start": 1262544041,
            "stop": 1262544194
        },
        {
            "start": 1262544196,
            "stop": 1262544216
        },
        {
            "start": 1262544219,
            "stop": 1262544861
        },
        {
            "start": 1262544864,
            "stop": 1262545753
        },
        {
            "start": 1262545756,
            "stop": 1262545771
        },
        {
            "start": 1262545774,
            "stop": 1262545938
        },
        {
            "start": 1262545941,
            "stop": 1262545943
        },
        {
            "start": 1262545946,
            "stop": 1262545950
        },
        {
            "start": 1262545953,
            "stop": 1262546002
        },
        {
            "start": 1262546005,
            "stop": 1262547603
        },
        {
            "start": 1262547606,
            "stop": 1262548713
        },
        {
            "start": 1262548716,
            "stop": 1262549686
        },
        {
            "start": 1262549689,
            "stop": 1262550180
        },
        {
            "start": 1262550186,
            "stop": 1262550198
        },
        {
            "start": 1262550200,
            "stop": 1262551153
        },
        {
            "start": 1262551155,
            "stop": 1262551158
        },
        {
            "start": 1262551164,
            "stop": 1262553472
        }
    ]
}