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=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_CAT1/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=182",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 183,
    "results": [
        {
            "start": 831858232,
            "stop": 831858595
        },
        {
            "start": 831859568,
            "stop": 831860701
        },
        {
            "start": 831863971,
            "stop": 831865455
        },
        {
            "start": 831865457,
            "stop": 831866975
        },
        {
            "start": 831866976,
            "stop": 831867033
        },
        {
            "start": 831867034,
            "stop": 831867060
        },
        {
            "start": 831867062,
            "stop": 831868982
        },
        {
            "start": 831868984,
            "stop": 831871918
        },
        {
            "start": 831873278,
            "stop": 831873435
        },
        {
            "start": 831876435,
            "stop": 831880192
        },
        {
            "start": 831880194,
            "stop": 831880406
        },
        {
            "start": 831881134,
            "stop": 831885020
        },
        {
            "start": 831886077,
            "stop": 831898528
        },
        {
            "start": 831899489,
            "stop": 831903999
        },
        {
            "start": 831905483,
            "stop": 831905659
        },
        {
            "start": 831907111,
            "stop": 831908100
        },
        {
            "start": 831910527,
            "stop": 831910638
        },
        {
            "start": 831910857,
            "stop": 831911629
        },
        {
            "start": 831920959,
            "stop": 831921393
        },
        {
            "start": 831921523,
            "stop": 831922255
        }
    ]
}