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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6381",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6379",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6380,
    "results": [
        {
            "start": 873531736,
            "stop": 873531766
        },
        {
            "start": 873531768,
            "stop": 873532354
        },
        {
            "start": 873532356,
            "stop": 873532528
        },
        {
            "start": 873532529,
            "stop": 873533076
        },
        {
            "start": 873533077,
            "stop": 873533296
        },
        {
            "start": 873533297,
            "stop": 873533317
        },
        {
            "start": 873533318,
            "stop": 873533394
        },
        {
            "start": 873533396,
            "stop": 873533397
        },
        {
            "start": 873533398,
            "stop": 873533747
        },
        {
            "start": 873533748,
            "stop": 873534106
        },
        {
            "start": 873534107,
            "stop": 873534685
        },
        {
            "start": 873534687,
            "stop": 873534807
        },
        {
            "start": 873534808,
            "stop": 873534986
        },
        {
            "start": 873534987,
            "stop": 873535539
        },
        {
            "start": 873535540,
            "stop": 873536323
        },
        {
            "start": 873536324,
            "stop": 873536653
        },
        {
            "start": 873536654,
            "stop": 873536685
        },
        {
            "start": 873536686,
            "stop": 873537090
        },
        {
            "start": 873537091,
            "stop": 873538095
        },
        {
            "start": 873538096,
            "stop": 873538191
        }
    ]
}