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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3020",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3021,
    "results": [
        {
            "start": 863422920,
            "stop": 863425050
        },
        {
            "start": 863425110,
            "stop": 863429493
        },
        {
            "start": 863429497,
            "stop": 863429524
        },
        {
            "start": 863429529,
            "stop": 863429554
        },
        {
            "start": 863429557,
            "stop": 863435873
        },
        {
            "start": 863436225,
            "stop": 863438490
        },
        {
            "start": 863438495,
            "stop": 863439944
        },
        {
            "start": 863440125,
            "stop": 863444220
        },
        {
            "start": 863444280,
            "stop": 863446125
        },
        {
            "start": 863446130,
            "stop": 863450640
        },
        {
            "start": 863450700,
            "stop": 863451720
        },
        {
            "start": 863451780,
            "stop": 863455027
        },
        {
            "start": 863455031,
            "stop": 863457481
        },
        {
            "start": 863460665,
            "stop": 863461077
        },
        {
            "start": 863461080,
            "stop": 863461196
        },
        {
            "start": 863461610,
            "stop": 863462100
        },
        {
            "start": 863462160,
            "stop": 863462406
        },
        {
            "start": 863486690,
            "stop": 863486895
        },
        {
            "start": 863487202,
            "stop": 863487900
        },
        {
            "start": 863487960,
            "stop": 863492272
        }
    ]
}