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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6944",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6945,
    "results": [
        {
            "start": 873735137,
            "stop": 873735175
        },
        {
            "start": 873735180,
            "stop": 873735201
        },
        {
            "start": 873735204,
            "stop": 873735309
        },
        {
            "start": 873735312,
            "stop": 873735322
        },
        {
            "start": 873735325,
            "stop": 873735356
        },
        {
            "start": 873735362,
            "stop": 873735396
        },
        {
            "start": 873735407,
            "stop": 873735438
        },
        {
            "start": 873735443,
            "stop": 873735477
        },
        {
            "start": 873735484,
            "stop": 873735526
        },
        {
            "start": 873735529,
            "stop": 873735593
        },
        {
            "start": 873735596,
            "stop": 873735600
        },
        {
            "start": 873735764,
            "stop": 873735816
        },
        {
            "start": 873735820,
            "stop": 873735845
        },
        {
            "start": 873735848,
            "stop": 873735910
        },
        {
            "start": 873735914,
            "stop": 873735994
        },
        {
            "start": 873736003,
            "stop": 873736018
        },
        {
            "start": 873736025,
            "stop": 873736067
        },
        {
            "start": 873736070,
            "stop": 873736113
        },
        {
            "start": 873736117,
            "stop": 873736142
        },
        {
            "start": 873736147,
            "stop": 873736148
        }
    ]
}