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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=222",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 223,
    "results": [
        {
            "start": 836054822,
            "stop": 836064656
        },
        {
            "start": 836066138,
            "stop": 836073960
        },
        {
            "start": 836073963,
            "stop": 836074079
        },
        {
            "start": 836074924,
            "stop": 836075854
        },
        {
            "start": 836075856,
            "stop": 836079637
        },
        {
            "start": 836079638,
            "stop": 836079647
        },
        {
            "start": 836079649,
            "stop": 836080752
        },
        {
            "start": 836080753,
            "stop": 836106464
        },
        {
            "start": 836106466,
            "stop": 836109526
        },
        {
            "start": 836111778,
            "stop": 836115964
        },
        {
            "start": 836115966,
            "stop": 836122449
        },
        {
            "start": 836123839,
            "stop": 836138148
        },
        {
            "start": 836138535,
            "stop": 836147135
        },
        {
            "start": 836147137,
            "stop": 836154376
        },
        {
            "start": 836154540,
            "stop": 836155979
        },
        {
            "start": 836156070,
            "stop": 836156617
        },
        {
            "start": 836156618,
            "stop": 836165078
        },
        {
            "start": 836165901,
            "stop": 836187243
        },
        {
            "start": 836187245,
            "stop": 836197041
        },
        {
            "start": 836200088,
            "stop": 836203178
        }
    ]
}