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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=149",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 150,
    "results": [
        {
            "start": 1135053487,
            "stop": 1135053489
        },
        {
            "start": 1135053492,
            "stop": 1135053495
        },
        {
            "start": 1135053498,
            "stop": 1135053499
        },
        {
            "start": 1135053502,
            "stop": 1135053503
        },
        {
            "start": 1135053506,
            "stop": 1135053508
        },
        {
            "start": 1135053511,
            "stop": 1135053513
        },
        {
            "start": 1135053519,
            "stop": 1135053522
        },
        {
            "start": 1135053525,
            "stop": 1135053527
        },
        {
            "start": 1135053530,
            "stop": 1135053532
        },
        {
            "start": 1135053535,
            "stop": 1135053536
        },
        {
            "start": 1135053539,
            "stop": 1135053542
        },
        {
            "start": 1135053545,
            "stop": 1135053546
        },
        {
            "start": 1135053549,
            "stop": 1135053551
        },
        {
            "start": 1135053554,
            "stop": 1135053556
        },
        {
            "start": 1135053559,
            "stop": 1135053561
        },
        {
            "start": 1135053564,
            "stop": 1135053568
        },
        {
            "start": 1135053572,
            "stop": 1135053574
        },
        {
            "start": 1135053579,
            "stop": 1135053586
        },
        {
            "start": 1135053589,
            "stop": 1135053596
        },
        {
            "start": 1135053600,
            "stop": 1135053604
        }
    ]
}