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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=65",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 66,
    "results": [
        {
            "start": 830190094,
            "stop": 830194208
        },
        {
            "start": 830194410,
            "stop": 830196106
        },
        {
            "start": 830197705,
            "stop": 830200515
        },
        {
            "start": 830201838,
            "stop": 830203419
        },
        {
            "start": 830203531,
            "stop": 830204943
        },
        {
            "start": 830206309,
            "stop": 830277677
        },
        {
            "start": 830277762,
            "stop": 830342821
        },
        {
            "start": 830344465,
            "stop": 830365589
        },
        {
            "start": 830370023,
            "stop": 830380237
        },
        {
            "start": 830382399,
            "stop": 830387273
        },
        {
            "start": 830389065,
            "stop": 830396671
        },
        {
            "start": 830396743,
            "stop": 830396748
        },
        {
            "start": 830403013,
            "stop": 830428705
        },
        {
            "start": 830429342,
            "stop": 830449924
        },
        {
            "start": 830450011,
            "stop": 830452116
        },
        {
            "start": 830453534,
            "stop": 830462653
        },
        {
            "start": 830466401,
            "stop": 830490891
        },
        {
            "start": 830496073,
            "stop": 830537664
        },
        {
            "start": 830538021,
            "stop": 830540568
        },
        {
            "start": 830540768,
            "stop": 830551864
        }
    ]
}