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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8150",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8151,
    "results": [
        {
            "start": 970979673,
            "stop": 970979762
        },
        {
            "start": 970979765,
            "stop": 970979778
        },
        {
            "start": 970979781,
            "stop": 970979957
        },
        {
            "start": 970979961,
            "stop": 970979984
        },
        {
            "start": 970979987,
            "stop": 970980006
        },
        {
            "start": 970980009,
            "stop": 970980090
        },
        {
            "start": 970980093,
            "stop": 970980097
        },
        {
            "start": 970980100,
            "stop": 970980106
        },
        {
            "start": 970980109,
            "stop": 970980193
        },
        {
            "start": 970980196,
            "stop": 970980230
        },
        {
            "start": 970980233,
            "stop": 970980366
        },
        {
            "start": 970980369,
            "stop": 970980373
        },
        {
            "start": 970980376,
            "stop": 970980385
        },
        {
            "start": 970980388,
            "stop": 970980406
        },
        {
            "start": 970980409,
            "stop": 970980466
        },
        {
            "start": 970980469,
            "stop": 970980553
        },
        {
            "start": 970980556,
            "stop": 970980668
        },
        {
            "start": 970980671,
            "stop": 970980711
        },
        {
            "start": 970980714,
            "stop": 970980753
        },
        {
            "start": 970980756,
            "stop": 970980916
        }
    ]
}