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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=412",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 413,
    "results": [
        {
            "start": 821768756,
            "stop": 821768757
        },
        {
            "start": 821768765,
            "stop": 821768766
        },
        {
            "start": 821768769,
            "stop": 821768770
        },
        {
            "start": 821768773,
            "stop": 821768783
        },
        {
            "start": 821768789,
            "stop": 821768790
        },
        {
            "start": 821768799,
            "stop": 821768802
        },
        {
            "start": 821768805,
            "stop": 821768831
        },
        {
            "start": 821768834,
            "stop": 821768837
        },
        {
            "start": 821768840,
            "stop": 821768844
        },
        {
            "start": 821768851,
            "stop": 821768856
        },
        {
            "start": 821768861,
            "stop": 821768865
        },
        {
            "start": 821768868,
            "stop": 821768872
        },
        {
            "start": 821768875,
            "stop": 821768876
        },
        {
            "start": 821768879,
            "stop": 821768886
        },
        {
            "start": 821768890,
            "stop": 821768900
        },
        {
            "start": 821768903,
            "stop": 821768913
        },
        {
            "start": 821768920,
            "stop": 821768921
        },
        {
            "start": 821768927,
            "stop": 821768928
        },
        {
            "start": 821768931,
            "stop": 821768935
        },
        {
            "start": 821768938,
            "stop": 821768940
        }
    ]
}