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=5111
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=5112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5110",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5111,
    "results": [
        {
            "start": 874672794,
            "stop": 874672857
        },
        {
            "start": 874672864,
            "stop": 874672881
        },
        {
            "start": 874672888,
            "stop": 874672914
        },
        {
            "start": 874672921,
            "stop": 874672934
        },
        {
            "start": 874672941,
            "stop": 874672945
        },
        {
            "start": 874672952,
            "stop": 874673021
        },
        {
            "start": 874673032,
            "stop": 874673041
        },
        {
            "start": 874673048,
            "stop": 874673144
        },
        {
            "start": 874673151,
            "stop": 874673157
        },
        {
            "start": 874673164,
            "stop": 874673181
        },
        {
            "start": 874673188,
            "stop": 874673295
        },
        {
            "start": 874673302,
            "stop": 874673360
        },
        {
            "start": 874673367,
            "stop": 874673379
        },
        {
            "start": 874673386,
            "stop": 874673540
        },
        {
            "start": 874673549,
            "stop": 874673567
        },
        {
            "start": 874673574,
            "stop": 874673706
        },
        {
            "start": 874673713,
            "stop": 874673774
        },
        {
            "start": 874673781,
            "stop": 874673802
        },
        {
            "start": 874673813,
            "stop": 874673844
        },
        {
            "start": 874673851,
            "stop": 874673910
        }
    ]
}