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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=184",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 185,
    "results": [
        {
            "start": 831974098,
            "stop": 831975005
        },
        {
            "start": 831975636,
            "stop": 831978424
        },
        {
            "start": 831979811,
            "stop": 831980048
        },
        {
            "start": 831980872,
            "stop": 831983584
        },
        {
            "start": 831983586,
            "stop": 831986586
        },
        {
            "start": 831987552,
            "stop": 831990214
        },
        {
            "start": 832029278,
            "stop": 832030611
        },
        {
            "start": 832030623,
            "stop": 832031029
        },
        {
            "start": 832033064,
            "stop": 832038798
        },
        {
            "start": 832039705,
            "stop": 832051296
        },
        {
            "start": 832051298,
            "stop": 832051333
        },
        {
            "start": 832052260,
            "stop": 832054112
        },
        {
            "start": 832055032,
            "stop": 832057429
        },
        {
            "start": 832058884,
            "stop": 832070014
        },
        {
            "start": 832071269,
            "stop": 832074890
        },
        {
            "start": 832075199,
            "stop": 832075773
        },
        {
            "start": 832114814,
            "stop": 832116689
        },
        {
            "start": 832116691,
            "stop": 832117333
        },
        {
            "start": 832117335,
            "stop": 832117401
        },
        {
            "start": 832117402,
            "stop": 832122041
        }
    ]
}