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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=342",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 343,
    "results": [
        {
            "start": 868306168,
            "stop": 868385663
        },
        {
            "start": 868385668,
            "stop": 868385707
        },
        {
            "start": 868385712,
            "stop": 868385721
        },
        {
            "start": 868385731,
            "stop": 868385741
        },
        {
            "start": 868385750,
            "stop": 868385755
        },
        {
            "start": 868385759,
            "stop": 868385765
        },
        {
            "start": 868385774,
            "stop": 868385895
        },
        {
            "start": 868385899,
            "stop": 868385904
        },
        {
            "start": 868385909,
            "stop": 868386025
        },
        {
            "start": 868386028,
            "stop": 868386044
        },
        {
            "start": 868386052,
            "stop": 868386139
        },
        {
            "start": 868386144,
            "stop": 868386207
        },
        {
            "start": 868386211,
            "stop": 868386254
        },
        {
            "start": 868386258,
            "stop": 868386264
        },
        {
            "start": 868386267,
            "stop": 868391894
        },
        {
            "start": 868392925,
            "stop": 868393301
        },
        {
            "start": 868393305,
            "stop": 868393596
        },
        {
            "start": 868393600,
            "stop": 868393667
        },
        {
            "start": 868393671,
            "stop": 868399293
        },
        {
            "start": 868402763,
            "stop": 868472266
        }
    ]
}