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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 2,
    "results": [
        {
            "start": 815412363,
            "stop": 815412405
        },
        {
            "start": 815412408,
            "stop": 815412471
        },
        {
            "start": 815412474,
            "stop": 815412572
        },
        {
            "start": 815412575,
            "stop": 815412598
        },
        {
            "start": 815412601,
            "stop": 815412630
        },
        {
            "start": 815412633,
            "stop": 815412683
        },
        {
            "start": 815412686,
            "stop": 815412696
        },
        {
            "start": 815412700,
            "stop": 815412772
        },
        {
            "start": 815412776,
            "stop": 815412783
        },
        {
            "start": 815412786,
            "stop": 815412793
        },
        {
            "start": 815412796,
            "stop": 815412846
        },
        {
            "start": 815412850,
            "stop": 815412854
        },
        {
            "start": 815412857,
            "stop": 815412886
        },
        {
            "start": 815412905,
            "stop": 815412910
        },
        {
            "start": 815412959,
            "stop": 815413164
        },
        {
            "start": 815413167,
            "stop": 815413182
        },
        {
            "start": 815413185,
            "stop": 815413207
        },
        {
            "start": 815413210,
            "stop": 815413267
        },
        {
            "start": 815413270,
            "stop": 815413291
        },
        {
            "start": 815413294,
            "stop": 815413300
        }
    ]
}