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=546
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=547",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=545",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 546,
    "results": [
        {
            "start": 1262807973,
            "stop": 1262807979
        },
        {
            "start": 1262807982,
            "stop": 1262807987
        },
        {
            "start": 1262807990,
            "stop": 1262808004
        },
        {
            "start": 1262808007,
            "stop": 1262808019
        },
        {
            "start": 1262808022,
            "stop": 1262808064
        },
        {
            "start": 1262808067,
            "stop": 1262808115
        },
        {
            "start": 1262808118,
            "stop": 1262808132
        },
        {
            "start": 1262808135,
            "stop": 1262808154
        },
        {
            "start": 1262808160,
            "stop": 1262808169
        },
        {
            "start": 1262808172,
            "stop": 1262808200
        },
        {
            "start": 1262808203,
            "stop": 1262808204
        },
        {
            "start": 1262808207,
            "stop": 1262808211
        },
        {
            "start": 1262808214,
            "stop": 1262808231
        },
        {
            "start": 1262808234,
            "stop": 1262808245
        },
        {
            "start": 1262808248,
            "stop": 1262808269
        },
        {
            "start": 1262808272,
            "stop": 1262808276
        },
        {
            "start": 1262808279,
            "stop": 1262808301
        },
        {
            "start": 1262808304,
            "stop": 1262808323
        },
        {
            "start": 1262808326,
            "stop": 1262808497
        },
        {
            "start": 1262808500,
            "stop": 1262808518
        }
    ]
}