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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2470",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2471,
    "results": [
        {
            "start": 874870210,
            "stop": 874870610
        },
        {
            "start": 874870690,
            "stop": 874870863
        },
        {
            "start": 874870870,
            "stop": 874870936
        },
        {
            "start": 874870943,
            "stop": 874871330
        },
        {
            "start": 874871410,
            "stop": 874873250
        },
        {
            "start": 874873330,
            "stop": 874873727
        },
        {
            "start": 874874027,
            "stop": 874874425
        },
        {
            "start": 874874572,
            "stop": 874874690
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875961
        },
        {
            "start": 874876029,
            "stop": 874876285
        },
        {
            "start": 874876302,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877630
        },
        {
            "start": 874877770,
            "stop": 874877810
        },
        {
            "start": 874877950,
            "stop": 874878055
        },
        {
            "start": 874879899,
            "stop": 874880390
        },
        {
            "start": 874880470,
            "stop": 874881230
        },
        {
            "start": 874881310,
            "stop": 874881389
        },
        {
            "start": 874881406,
            "stop": 874882250
        },
        {
            "start": 874882390,
            "stop": 874885130
        }
    ]
}