Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 55,
    "results": [
        {
            "start": 817828411,
            "stop": 817828865
        },
        {
            "start": 817828869,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834490
        },
        {
            "start": 817834493,
            "stop": 817834686
        },
        {
            "start": 817834689,
            "stop": 817834723
        },
        {
            "start": 817834904,
            "stop": 817835040
        },
        {
            "start": 817835160,
            "stop": 817837582
        },
        {
            "start": 817837585,
            "stop": 817838252
        },
        {
            "start": 817838256,
            "stop": 817839241
        },
        {
            "start": 817841097,
            "stop": 817841700
        },
        {
            "start": 817841760,
            "stop": 817842120
        },
        {
            "start": 817842180,
            "stop": 817842511
        },
        {
            "start": 817842514,
            "stop": 817844100
        },
        {
            "start": 817844160,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817845366
        },
        {
            "start": 817850070,
            "stop": 817851401
        },
        {
            "start": 817851404,
            "stop": 817852295
        },
        {
            "start": 817857283,
            "stop": 817858716
        },
        {
            "start": 817858719,
            "stop": 817859302
        }
    ]
}