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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=171",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 172,
    "results": [
        {
            "start": 830553297,
            "stop": 830553444
        },
        {
            "start": 830555901,
            "stop": 830556168
        },
        {
            "start": 830556183,
            "stop": 830566869
        },
        {
            "start": 830567080,
            "stop": 830568489
        },
        {
            "start": 830569404,
            "stop": 830574625
        },
        {
            "start": 830576110,
            "stop": 830587817
        },
        {
            "start": 830590330,
            "stop": 830591168
        },
        {
            "start": 830592314,
            "stop": 830607027
        },
        {
            "start": 830607178,
            "stop": 830607320
        },
        {
            "start": 830607744,
            "stop": 830611152
        },
        {
            "start": 830614037,
            "stop": 830614965
        },
        {
            "start": 830615019,
            "stop": 830617276
        },
        {
            "start": 831174052,
            "stop": 831174851
        },
        {
            "start": 831174852,
            "stop": 831176321
        },
        {
            "start": 831176323,
            "stop": 831180116
        },
        {
            "start": 831181312,
            "stop": 831181596
        },
        {
            "start": 831182632,
            "stop": 831183296
        },
        {
            "start": 831184323,
            "stop": 831191238
        },
        {
            "start": 831193098,
            "stop": 831194372
        },
        {
            "start": 831194374,
            "stop": 831194393
        }
    ]
}