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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=287",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 288,
    "results": [
        {
            "start": 968640822,
            "stop": 968640823
        },
        {
            "start": 968640829,
            "stop": 968640834
        },
        {
            "start": 968640840,
            "stop": 968640856
        },
        {
            "start": 968640862,
            "stop": 968640888
        },
        {
            "start": 968642871,
            "stop": 968644312
        },
        {
            "start": 968646220,
            "stop": 968681087
        },
        {
            "start": 968686357,
            "stop": 968686458
        },
        {
            "start": 968688760,
            "stop": 968690831
        },
        {
            "start": 968692881,
            "stop": 968714285
        },
        {
            "start": 968719346,
            "stop": 968778005
        },
        {
            "start": 968780608,
            "stop": 968786061
        },
        {
            "start": 968796318,
            "stop": 968828999
        },
        {
            "start": 968832459,
            "stop": 968873357
        },
        {
            "start": 968876500,
            "stop": 968949169
        },
        {
            "start": 968950937,
            "stop": 968955326
        },
        {
            "start": 968957054,
            "stop": 968957531
        },
        {
            "start": 968957536,
            "stop": 968957574
        },
        {
            "start": 968957578,
            "stop": 968957585
        },
        {
            "start": 968957589,
            "stop": 968957592
        },
        {
            "start": 968957600,
            "stop": 968957606
        }
    ]
}