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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 277,
    "results": [
        {
            "start": 931784252,
            "stop": 931784254
        },
        {
            "start": 931784256,
            "stop": 931784259
        },
        {
            "start": 931784263,
            "stop": 931784265
        },
        {
            "start": 931784266,
            "stop": 931784268
        },
        {
            "start": 931784269,
            "stop": 931784272
        },
        {
            "start": 931784275,
            "stop": 931784280
        },
        {
            "start": 931784282,
            "stop": 931784285
        },
        {
            "start": 931784289,
            "stop": 931784291
        },
        {
            "start": 931784295,
            "stop": 931784298
        },
        {
            "start": 931784300,
            "stop": 931784301
        },
        {
            "start": 931784303,
            "stop": 931784304
        },
        {
            "start": 931784306,
            "stop": 931784307
        },
        {
            "start": 931784311,
            "stop": 931784318
        },
        {
            "start": 931784320,
            "stop": 931784330
        },
        {
            "start": 931784332,
            "stop": 931784333
        },
        {
            "start": 931784335,
            "stop": 931784341
        },
        {
            "start": 931784342,
            "stop": 931784344
        },
        {
            "start": 931784346,
            "stop": 931784361
        },
        {
            "start": 931784362,
            "stop": 931784412
        },
        {
            "start": 931784414,
            "stop": 931784415
        }
    ]
}