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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29269",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29270,
    "results": [
        {
            "start": 971177494,
            "stop": 971177495
        },
        {
            "start": 971177496,
            "stop": 971177500
        },
        {
            "start": 971177501,
            "stop": 971177517
        },
        {
            "start": 971177518,
            "stop": 971177522
        },
        {
            "start": 971177523,
            "stop": 971177532
        },
        {
            "start": 971177534,
            "stop": 971177535
        },
        {
            "start": 971177536,
            "stop": 971177539
        },
        {
            "start": 971177544,
            "stop": 971177545
        },
        {
            "start": 971177546,
            "stop": 971177550
        },
        {
            "start": 971177551,
            "stop": 971177555
        },
        {
            "start": 971177556,
            "stop": 971177557
        },
        {
            "start": 971177559,
            "stop": 971177562
        },
        {
            "start": 971177563,
            "stop": 971177564
        },
        {
            "start": 971177565,
            "stop": 971177568
        },
        {
            "start": 971177570,
            "stop": 971177579
        },
        {
            "start": 971177583,
            "stop": 971177584
        },
        {
            "start": 971177586,
            "stop": 971177587
        },
        {
            "start": 971177589,
            "stop": 971177591
        },
        {
            "start": 971177592,
            "stop": 971177593
        },
        {
            "start": 971177594,
            "stop": 971177595
        }
    ]
}