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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=182",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 183,
    "results": [
        {
            "start": 818206246,
            "stop": 818206248
        },
        {
            "start": 818206251,
            "stop": 818206252
        },
        {
            "start": 818206259,
            "stop": 818206266
        },
        {
            "start": 818206271,
            "stop": 818206278
        },
        {
            "start": 818206281,
            "stop": 818206286
        },
        {
            "start": 818206292,
            "stop": 818206293
        },
        {
            "start": 818206299,
            "stop": 818206302
        },
        {
            "start": 818206306,
            "stop": 818206312
        },
        {
            "start": 818206318,
            "stop": 818206319
        },
        {
            "start": 818206330,
            "stop": 818206332
        },
        {
            "start": 818206335,
            "stop": 818206336
        },
        {
            "start": 818206346,
            "stop": 818206348
        },
        {
            "start": 818206351,
            "stop": 818206352
        },
        {
            "start": 818206360,
            "stop": 818206362
        },
        {
            "start": 818206384,
            "stop": 818206389
        },
        {
            "start": 818206398,
            "stop": 818206401
        },
        {
            "start": 818206411,
            "stop": 818206413
        },
        {
            "start": 818206420,
            "stop": 818206422
        },
        {
            "start": 818206427,
            "stop": 818206441
        },
        {
            "start": 818206450,
            "stop": 818206456
        }
    ]
}