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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 528,
    "results": [
        {
            "start": 1184908566,
            "stop": 1184908958
        },
        {
            "start": 1184908966,
            "stop": 1184908988
        },
        {
            "start": 1184908991,
            "stop": 1184909174
        },
        {
            "start": 1184909176,
            "stop": 1184910255
        },
        {
            "start": 1184910258,
            "stop": 1184910279
        },
        {
            "start": 1184910282,
            "stop": 1184910446
        },
        {
            "start": 1184910448,
            "stop": 1184910670
        },
        {
            "start": 1184910672,
            "stop": 1184910720
        },
        {
            "start": 1184910722,
            "stop": 1184910729
        },
        {
            "start": 1184910731,
            "stop": 1184910871
        },
        {
            "start": 1184910873,
            "stop": 1184910875
        },
        {
            "start": 1184910878,
            "stop": 1184910879
        },
        {
            "start": 1184910883,
            "stop": 1184910890
        },
        {
            "start": 1184910893,
            "stop": 1184911328
        },
        {
            "start": 1184911330,
            "stop": 1184911440
        },
        {
            "start": 1184911442,
            "stop": 1184911675
        },
        {
            "start": 1184911677,
            "stop": 1184911686
        },
        {
            "start": 1184911688,
            "stop": 1184911825
        },
        {
            "start": 1184911827,
            "stop": 1184911962
        },
        {
            "start": 1184911965,
            "stop": 1184912012
        }
    ]
}