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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=264",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 265,
    "results": [
        {
            "start": 1136512490,
            "stop": 1136512509
        },
        {
            "start": 1136512512,
            "stop": 1136512522
        },
        {
            "start": 1136512525,
            "stop": 1136512529
        },
        {
            "start": 1136512532,
            "stop": 1136512546
        },
        {
            "start": 1136512549,
            "stop": 1136512573
        },
        {
            "start": 1136512576,
            "stop": 1136512588
        },
        {
            "start": 1136512592,
            "stop": 1136512601
        },
        {
            "start": 1136512604,
            "stop": 1136512626
        },
        {
            "start": 1136512629,
            "stop": 1136512631
        },
        {
            "start": 1136512634,
            "stop": 1136512651
        },
        {
            "start": 1136512655,
            "stop": 1136512685
        },
        {
            "start": 1136512688,
            "stop": 1136512693
        },
        {
            "start": 1136512697,
            "stop": 1136512706
        },
        {
            "start": 1136512709,
            "stop": 1136512715
        },
        {
            "start": 1136512718,
            "stop": 1136512725
        },
        {
            "start": 1136512728,
            "stop": 1136512737
        },
        {
            "start": 1136512740,
            "stop": 1136512752
        },
        {
            "start": 1136512755,
            "stop": 1136512768
        },
        {
            "start": 1136512773,
            "stop": 1136512802
        },
        {
            "start": 1136512805,
            "stop": 1136512829
        }
    ]
}