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=261
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=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=260",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 261,
    "results": [
        {
            "start": 839870011,
            "stop": 839872003
        },
        {
            "start": 839872005,
            "stop": 839873766
        },
        {
            "start": 839874596,
            "stop": 839879890
        },
        {
            "start": 839882176,
            "stop": 839884541
        },
        {
            "start": 839884592,
            "stop": 839892115
        },
        {
            "start": 839910796,
            "stop": 839919090
        },
        {
            "start": 839919606,
            "stop": 839939329
        },
        {
            "start": 839940359,
            "stop": 839940620
        },
        {
            "start": 839940838,
            "stop": 839946889
        },
        {
            "start": 839946891,
            "stop": 839949657
        },
        {
            "start": 839949882,
            "stop": 839951023
        },
        {
            "start": 839951057,
            "stop": 839951250
        },
        {
            "start": 839986937,
            "stop": 839987107
        },
        {
            "start": 839987109,
            "stop": 839988115
        },
        {
            "start": 839988116,
            "stop": 839988191
        },
        {
            "start": 839988192,
            "stop": 839989691
        },
        {
            "start": 839989693,
            "stop": 839991723
        },
        {
            "start": 839991725,
            "stop": 839991741
        },
        {
            "start": 839991742,
            "stop": 840001547
        },
        {
            "start": 840001549,
            "stop": 840001666
        }
    ]
}