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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 174,
    "results": [
        {
            "start": 931600490,
            "stop": 931600492
        },
        {
            "start": 931600497,
            "stop": 931600498
        },
        {
            "start": 931600501,
            "stop": 931600503
        },
        {
            "start": 931600506,
            "stop": 931600515
        },
        {
            "start": 931600518,
            "stop": 931600522
        },
        {
            "start": 931600525,
            "stop": 931600528
        },
        {
            "start": 931600532,
            "stop": 931600535
        },
        {
            "start": 931600538,
            "stop": 931600541
        },
        {
            "start": 931600544,
            "stop": 931600549
        },
        {
            "start": 931600557,
            "stop": 931600558
        },
        {
            "start": 931600561,
            "stop": 931600562
        },
        {
            "start": 931600565,
            "stop": 931600567
        },
        {
            "start": 931600577,
            "stop": 931600587
        },
        {
            "start": 931600590,
            "stop": 931600594
        },
        {
            "start": 931600597,
            "stop": 931600599
        },
        {
            "start": 931600607,
            "stop": 931600615
        },
        {
            "start": 931600618,
            "stop": 931600621
        },
        {
            "start": 931600624,
            "stop": 931600625
        },
        {
            "start": 931600630,
            "stop": 931600637
        },
        {
            "start": 931600643,
            "stop": 931600647
        }
    ]
}