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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=48",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 49,
    "results": [
        {
            "start": 822931528,
            "stop": 822932419
        },
        {
            "start": 822932524,
            "stop": 822936355
        },
        {
            "start": 822936979,
            "stop": 822942880
        },
        {
            "start": 822942926,
            "stop": 822949850
        },
        {
            "start": 822949897,
            "stop": 822949945
        },
        {
            "start": 822950031,
            "stop": 822950964
        },
        {
            "start": 822951002,
            "stop": 822951024
        },
        {
            "start": 822951076,
            "stop": 822951087
        },
        {
            "start": 822951204,
            "stop": 822951220
        },
        {
            "start": 822953424,
            "stop": 822954027
        },
        {
            "start": 822954227,
            "stop": 822956879
        },
        {
            "start": 822956963,
            "stop": 822957317
        },
        {
            "start": 822957395,
            "stop": 822962223
        },
        {
            "start": 822962332,
            "stop": 822966527
        },
        {
            "start": 822968760,
            "stop": 822970948
        },
        {
            "start": 822971802,
            "stop": 822974928
        },
        {
            "start": 822975063,
            "stop": 822977383
        },
        {
            "start": 822977557,
            "stop": 822993529
        },
        {
            "start": 822993606,
            "stop": 823012356
        },
        {
            "start": 823014112,
            "stop": 823017614
        }
    ]
}