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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9109",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9110,
    "results": [
        {
            "start": 874839713,
            "stop": 874839931
        },
        {
            "start": 874839951,
            "stop": 874840132
        },
        {
            "start": 874840152,
            "stop": 874840306
        },
        {
            "start": 874840332,
            "stop": 874841152
        },
        {
            "start": 874841169,
            "stop": 874841321
        },
        {
            "start": 874841341,
            "stop": 874841634
        },
        {
            "start": 874841651,
            "stop": 874841864
        },
        {
            "start": 874841884,
            "stop": 874841897
        },
        {
            "start": 874841917,
            "stop": 874842769
        },
        {
            "start": 874842789,
            "stop": 874842799
        },
        {
            "start": 874842854,
            "stop": 874843261
        },
        {
            "start": 874843280,
            "stop": 874843294
        },
        {
            "start": 874843313,
            "stop": 874843450
        },
        {
            "start": 874843482,
            "stop": 874843560
        },
        {
            "start": 874843580,
            "stop": 874843883
        },
        {
            "start": 874843902,
            "stop": 874844134
        },
        {
            "start": 874844151,
            "stop": 874844778
        },
        {
            "start": 874844803,
            "stop": 874845371
        },
        {
            "start": 874846066,
            "stop": 874846680
        },
        {
            "start": 874846740,
            "stop": 874846876
        }
    ]
}