Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=270
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=269",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 270,
    "results": [
        {
            "start": 931472710,
            "stop": 931472714
        },
        {
            "start": 931472716,
            "stop": 931472730
        },
        {
            "start": 931472732,
            "stop": 931472748
        },
        {
            "start": 931472751,
            "stop": 931472754
        },
        {
            "start": 931472758,
            "stop": 931472810
        },
        {
            "start": 931472812,
            "stop": 931472813
        },
        {
            "start": 931472817,
            "stop": 931472818
        },
        {
            "start": 931472820,
            "stop": 931472830
        },
        {
            "start": 931472832,
            "stop": 931472878
        },
        {
            "start": 931472880,
            "stop": 931472904
        },
        {
            "start": 931472922,
            "stop": 931472986
        },
        {
            "start": 931472988,
            "stop": 931473013
        },
        {
            "start": 931473015,
            "stop": 931473083
        },
        {
            "start": 931473203,
            "stop": 931473275
        },
        {
            "start": 931473277,
            "stop": 931473282
        },
        {
            "start": 931473284,
            "stop": 931473297
        },
        {
            "start": 931473299,
            "stop": 931473372
        },
        {
            "start": 931473492,
            "stop": 931473501
        },
        {
            "start": 931473503,
            "stop": 931473509
        },
        {
            "start": 931473514,
            "stop": 931473523
        }
    ]
}