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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=321",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 322,
    "results": [
        {
            "start": 818243579,
            "stop": 818243581
        },
        {
            "start": 818243586,
            "stop": 818243600
        },
        {
            "start": 818243603,
            "stop": 818243613
        },
        {
            "start": 818243619,
            "stop": 818243622
        },
        {
            "start": 818243653,
            "stop": 818243654
        },
        {
            "start": 818243657,
            "stop": 818243660
        },
        {
            "start": 818243678,
            "stop": 818243679
        },
        {
            "start": 818243691,
            "stop": 818243693
        },
        {
            "start": 818243740,
            "stop": 818243741
        },
        {
            "start": 818243746,
            "stop": 818243747
        },
        {
            "start": 818243756,
            "stop": 818243757
        },
        {
            "start": 818243762,
            "stop": 818243769
        },
        {
            "start": 818243776,
            "stop": 818243780
        },
        {
            "start": 818243787,
            "stop": 818243788
        },
        {
            "start": 818243812,
            "stop": 818243813
        },
        {
            "start": 818243836,
            "stop": 818243839
        },
        {
            "start": 818243864,
            "stop": 818243865
        },
        {
            "start": 818243871,
            "stop": 818243874
        },
        {
            "start": 818243880,
            "stop": 818243881
        },
        {
            "start": 818243884,
            "stop": 818243885
        }
    ]
}