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=151
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=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=150",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 151,
    "results": [
        {
            "start": 828533710,
            "stop": 828533731
        },
        {
            "start": 828533734,
            "stop": 828533743
        },
        {
            "start": 828533746,
            "stop": 828533747
        },
        {
            "start": 828533749,
            "stop": 828533750
        },
        {
            "start": 828533752,
            "stop": 828533772
        },
        {
            "start": 828533774,
            "stop": 828533776
        },
        {
            "start": 828533778,
            "stop": 828533779
        },
        {
            "start": 828533781,
            "stop": 828533804
        },
        {
            "start": 828533810,
            "stop": 828533849
        },
        {
            "start": 828533851,
            "stop": 828533946
        },
        {
            "start": 828533948,
            "stop": 828533949
        },
        {
            "start": 828533951,
            "stop": 828533952
        },
        {
            "start": 828533958,
            "stop": 828533961
        },
        {
            "start": 828533963,
            "stop": 828533991
        },
        {
            "start": 828533993,
            "stop": 828534014
        },
        {
            "start": 828534016,
            "stop": 828534077
        },
        {
            "start": 828534079,
            "stop": 828534173
        },
        {
            "start": 828534175,
            "stop": 828534264
        },
        {
            "start": 828534271,
            "stop": 828534272
        },
        {
            "start": 828534274,
            "stop": 828534275
        }
    ]
}