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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=152",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 153,
    "results": [
        {
            "start": 833961689,
            "stop": 833961870
        },
        {
            "start": 833962170,
            "stop": 833962540
        },
        {
            "start": 833962650,
            "stop": 833962728
        },
        {
            "start": 833963131,
            "stop": 833963328
        },
        {
            "start": 833963438,
            "stop": 833963614
        },
        {
            "start": 833963914,
            "stop": 833964530
        },
        {
            "start": 833964640,
            "stop": 833964688
        },
        {
            "start": 833965248,
            "stop": 833965482
        },
        {
            "start": 833965883,
            "stop": 833965930
        },
        {
            "start": 833966040,
            "stop": 833967951
        },
        {
            "start": 833968251,
            "stop": 833968289
        },
        {
            "start": 833968399,
            "stop": 833968662
        },
        {
            "start": 833968962,
            "stop": 833968985
        },
        {
            "start": 833969095,
            "stop": 833973777
        },
        {
            "start": 833974077,
            "stop": 833987230
        },
        {
            "start": 833987635,
            "stop": 833990382
        },
        {
            "start": 833990682,
            "stop": 833990721
        },
        {
            "start": 833990831,
            "stop": 833992276
        },
        {
            "start": 833992277,
            "stop": 833992713
        },
        {
            "start": 833993181,
            "stop": 833995832
        }
    ]
}