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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=292",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 293,
    "results": [
        {
            "start": 931540336,
            "stop": 931540338
        },
        {
            "start": 931540340,
            "stop": 931540349
        },
        {
            "start": 931540350,
            "stop": 931540379
        },
        {
            "start": 931540381,
            "stop": 931540408
        },
        {
            "start": 931540411,
            "stop": 931540422
        },
        {
            "start": 931540424,
            "stop": 931540425
        },
        {
            "start": 931540429,
            "stop": 931540450
        },
        {
            "start": 931540452,
            "stop": 931540466
        },
        {
            "start": 931540469,
            "stop": 931540504
        },
        {
            "start": 931540507,
            "stop": 931540527
        },
        {
            "start": 931540529,
            "stop": 931540558
        },
        {
            "start": 931540559,
            "stop": 931540574
        },
        {
            "start": 931540578,
            "stop": 931540606
        },
        {
            "start": 931540608,
            "stop": 931540611
        },
        {
            "start": 931540612,
            "stop": 931540620
        },
        {
            "start": 931540622,
            "stop": 931540651
        },
        {
            "start": 931540653,
            "stop": 931540662
        },
        {
            "start": 931540666,
            "stop": 931540674
        },
        {
            "start": 931540676,
            "stop": 931540677
        },
        {
            "start": 931540679,
            "stop": 931540683
        }
    ]
}