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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=129",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 130,
    "results": [
        {
            "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": 833992713
        },
        {
            "start": 833993181,
            "stop": 833995832
        },
        {
            "start": 833996132,
            "stop": 833996178
        },
        {
            "start": 833996288,
            "stop": 833996344
        },
        {
            "start": 833996907,
            "stop": 833997180
        },
        {
            "start": 833997290,
            "stop": 833997556
        }
    ]
}