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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=347",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 348,
    "results": [
        {
            "start": 1240718965,
            "stop": 1240718982
        },
        {
            "start": 1240718983,
            "stop": 1240719310
        },
        {
            "start": 1240719311,
            "stop": 1240719362
        },
        {
            "start": 1240719363,
            "stop": 1240719451
        },
        {
            "start": 1240719452,
            "stop": 1240719506
        },
        {
            "start": 1240719507,
            "stop": 1240719510
        },
        {
            "start": 1240719511,
            "stop": 1240719513
        },
        {
            "start": 1240719514,
            "stop": 1240719646
        },
        {
            "start": 1240719648,
            "stop": 1240719665
        },
        {
            "start": 1240719667,
            "stop": 1240719695
        },
        {
            "start": 1240719696,
            "stop": 1240719736
        },
        {
            "start": 1240719737,
            "stop": 1240719743
        },
        {
            "start": 1240719744,
            "stop": 1240719941
        },
        {
            "start": 1240719943,
            "stop": 1240719964
        },
        {
            "start": 1240719965,
            "stop": 1240719974
        },
        {
            "start": 1240719976,
            "stop": 1240720006
        },
        {
            "start": 1240720007,
            "stop": 1240720049
        },
        {
            "start": 1240720051,
            "stop": 1240720056
        },
        {
            "start": 1240720057,
            "stop": 1240720080
        },
        {
            "start": 1240720081,
            "stop": 1240720181
        }
    ]
}