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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=311",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 312,
    "results": [
        {
            "start": 843138700,
            "stop": 843141829
        },
        {
            "start": 843141831,
            "stop": 843142023
        },
        {
            "start": 843142902,
            "stop": 843149493
        },
        {
            "start": 843149495,
            "stop": 843154665
        },
        {
            "start": 843155516,
            "stop": 843161010
        },
        {
            "start": 843161011,
            "stop": 843163357
        },
        {
            "start": 843163359,
            "stop": 843165443
        },
        {
            "start": 843165445,
            "stop": 843166099
        },
        {
            "start": 843166101,
            "stop": 843168578
        },
        {
            "start": 843172697,
            "stop": 843196960
        },
        {
            "start": 843198269,
            "stop": 843199793
        },
        {
            "start": 843200835,
            "stop": 843201421
        },
        {
            "start": 843201934,
            "stop": 843202030
        },
        {
            "start": 843202821,
            "stop": 843202983
        },
        {
            "start": 843210529,
            "stop": 843210826
        },
        {
            "start": 843213183,
            "stop": 843216040
        },
        {
            "start": 843216219,
            "stop": 843218659
        },
        {
            "start": 843218661,
            "stop": 843221257
        },
        {
            "start": 843221258,
            "stop": 843226087
        },
        {
            "start": 843227281,
            "stop": 843231453
        }
    ]
}