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_CAT4/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_CAT4/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 2,
    "results": [
        {
            "start": 815412408,
            "stop": 815412471
        },
        {
            "start": 815412474,
            "stop": 815412480
        },
        {
            "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": 815412840
        },
        {
            "start": 815413020,
            "stop": 815413164
        },
        {
            "start": 815413167,
            "stop": 815413182
        },
        {
            "start": 815413185,
            "stop": 815413207
        },
        {
            "start": 815413210,
            "stop": 815413267
        },
        {
            "start": 815413270,
            "stop": 815413291
        },
        {
            "start": 815413294,
            "stop": 815413300
        },
        {
            "start": 815413303,
            "stop": 815413363
        },
        {
            "start": 815413366,
            "stop": 815413620
        },
        {
            "start": 815413680,
            "stop": 815413796
        },
        {
            "start": 815413799,
            "stop": 815414086
        },
        {
            "start": 815414090,
            "stop": 815414192
        }
    ]
}