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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=111",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 112,
    "results": [
        {
            "start": 830907460,
            "stop": 830985066
        },
        {
            "start": 830987114,
            "stop": 830999164
        },
        {
            "start": 831003786,
            "stop": 831005188
        },
        {
            "start": 831006687,
            "stop": 831008338
        },
        {
            "start": 831009655,
            "stop": 831022676
        },
        {
            "start": 831023927,
            "stop": 831038932
        },
        {
            "start": 831039634,
            "stop": 831056760
        },
        {
            "start": 831057786,
            "stop": 831064832
        },
        {
            "start": 831065648,
            "stop": 831096548
        },
        {
            "start": 831098536,
            "stop": 831099645
        },
        {
            "start": 831101520,
            "stop": 831104301
        },
        {
            "start": 831105526,
            "stop": 831134200
        },
        {
            "start": 831136141,
            "stop": 831136182
        },
        {
            "start": 831137102,
            "stop": 831138598
        },
        {
            "start": 831139849,
            "stop": 831141182
        },
        {
            "start": 831144367,
            "stop": 831144457
        },
        {
            "start": 831145351,
            "stop": 831146324
        },
        {
            "start": 831146610,
            "stop": 831146680
        },
        {
            "start": 831148355,
            "stop": 831151199
        },
        {
            "start": 831151924,
            "stop": 831152989
        }
    ]
}