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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=36",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 37,
    "results": [
        {
            "start": 938703222,
            "stop": 938703237
        },
        {
            "start": 938703240,
            "stop": 938703325
        },
        {
            "start": 938703329,
            "stop": 938703350
        },
        {
            "start": 938703353,
            "stop": 938703387
        },
        {
            "start": 938703391,
            "stop": 938703393
        },
        {
            "start": 938752801,
            "stop": 938752833
        },
        {
            "start": 938752838,
            "stop": 938752966
        },
        {
            "start": 938752969,
            "stop": 938753125
        },
        {
            "start": 938753130,
            "stop": 938753274
        },
        {
            "start": 938753276,
            "stop": 938753360
        },
        {
            "start": 938753368,
            "stop": 938753515
        },
        {
            "start": 938753518,
            "stop": 938753607
        },
        {
            "start": 938753610,
            "stop": 938753620
        },
        {
            "start": 938753624,
            "stop": 938753659
        },
        {
            "start": 938753662,
            "stop": 938753816
        },
        {
            "start": 938753820,
            "stop": 938753962
        },
        {
            "start": 938753966,
            "stop": 938753970
        },
        {
            "start": 938753973,
            "stop": 938753974
        },
        {
            "start": 938753977,
            "stop": 938754035
        },
        {
            "start": 938754038,
            "stop": 938754058
        }
    ]
}