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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 98,
    "results": [
        {
            "start": 819841160,
            "stop": 819841213
        },
        {
            "start": 819841372,
            "stop": 819841483
        },
        {
            "start": 819841488,
            "stop": 819842160
        },
        {
            "start": 819842163,
            "stop": 819842240
        },
        {
            "start": 819842243,
            "stop": 819842535
        },
        {
            "start": 819843526,
            "stop": 819843823
        },
        {
            "start": 819843826,
            "stop": 819843850
        },
        {
            "start": 819843854,
            "stop": 819843939
        },
        {
            "start": 819843942,
            "stop": 819844049
        },
        {
            "start": 819844053,
            "stop": 819844080
        },
        {
            "start": 819844500,
            "stop": 819844937
        },
        {
            "start": 819844940,
            "stop": 819845106
        },
        {
            "start": 819845109,
            "stop": 819846318
        },
        {
            "start": 819846322,
            "stop": 819846421
        },
        {
            "start": 819846424,
            "stop": 819846563
        },
        {
            "start": 819846566,
            "stop": 819847129
        },
        {
            "start": 819847132,
            "stop": 819847151
        },
        {
            "start": 819847379,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847825
        },
        {
            "start": 819847828,
            "stop": 819848134
        }
    ]
}