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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=13",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 14,
    "results": [
        {
            "start": 815243685,
            "stop": 815244382
        },
        {
            "start": 815244386,
            "stop": 815244396
        },
        {
            "start": 815244409,
            "stop": 815244896
        },
        {
            "start": 815244904,
            "stop": 815244931
        },
        {
            "start": 815244935,
            "stop": 815245009
        },
        {
            "start": 815245016,
            "stop": 815245141
        },
        {
            "start": 815245144,
            "stop": 815246610
        },
        {
            "start": 815246617,
            "stop": 815246914
        },
        {
            "start": 815246921,
            "stop": 815247133
        },
        {
            "start": 815247994,
            "stop": 815248704
        },
        {
            "start": 815248712,
            "stop": 815248994
        },
        {
            "start": 815249001,
            "stop": 815249039
        },
        {
            "start": 815249046,
            "stop": 815250052
        },
        {
            "start": 815250059,
            "stop": 815250426
        },
        {
            "start": 815250433,
            "stop": 815250706
        },
        {
            "start": 815250713,
            "stop": 815252143
        },
        {
            "start": 815252324,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265587
        },
        {
            "start": 815265615,
            "stop": 815266813
        },
        {
            "start": 815267210,
            "stop": 815267721
        }
    ]
}