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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=144",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 145,
    "results": [
        {
            "start": 1135052745,
            "stop": 1135052747
        },
        {
            "start": 1135052750,
            "stop": 1135052755
        },
        {
            "start": 1135052759,
            "stop": 1135052760
        },
        {
            "start": 1135052763,
            "stop": 1135052764
        },
        {
            "start": 1135052767,
            "stop": 1135052778
        },
        {
            "start": 1135052781,
            "stop": 1135052785
        },
        {
            "start": 1135052788,
            "stop": 1135052801
        },
        {
            "start": 1135052804,
            "stop": 1135052808
        },
        {
            "start": 1135052811,
            "stop": 1135052815
        },
        {
            "start": 1135052818,
            "stop": 1135052827
        },
        {
            "start": 1135052830,
            "stop": 1135052834
        },
        {
            "start": 1135052837,
            "stop": 1135052841
        },
        {
            "start": 1135052847,
            "stop": 1135052849
        },
        {
            "start": 1135052852,
            "stop": 1135052854
        },
        {
            "start": 1135052857,
            "stop": 1135052859
        },
        {
            "start": 1135052862,
            "stop": 1135052865
        },
        {
            "start": 1135052868,
            "stop": 1135052873
        },
        {
            "start": 1135052876,
            "stop": 1135052880
        },
        {
            "start": 1135052883,
            "stop": 1135052890
        },
        {
            "start": 1135052893,
            "stop": 1135052899
        }
    ]
}