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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3869",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3870,
    "results": [
        {
            "start": 873867454,
            "stop": 873867458
        },
        {
            "start": 873867464,
            "stop": 873867568
        },
        {
            "start": 873867571,
            "stop": 873867803
        },
        {
            "start": 873867806,
            "stop": 873868059
        },
        {
            "start": 873868062,
            "stop": 873868067
        },
        {
            "start": 873868070,
            "stop": 873868087
        },
        {
            "start": 873868090,
            "stop": 873868102
        },
        {
            "start": 873868105,
            "stop": 873868332
        },
        {
            "start": 873868335,
            "stop": 873868968
        },
        {
            "start": 873868979,
            "stop": 873868988
        },
        {
            "start": 873868991,
            "stop": 873868992
        },
        {
            "start": 873868995,
            "stop": 873869019
        },
        {
            "start": 873869023,
            "stop": 873869296
        },
        {
            "start": 873869299,
            "stop": 873869302
        },
        {
            "start": 873869305,
            "stop": 873870053
        },
        {
            "start": 873870057,
            "stop": 873870062
        },
        {
            "start": 873870065,
            "stop": 873870074
        },
        {
            "start": 873870077,
            "stop": 873870081
        },
        {
            "start": 873870084,
            "stop": 873881144
        },
        {
            "start": 873881145,
            "stop": 873881146
        }
    ]
}