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/H1_CW_CAT1/segments?format=api&page=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=193",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 194,
    "results": [
        {
            "start": 956604663,
            "stop": 956604673
        },
        {
            "start": 956604679,
            "stop": 956604680
        },
        {
            "start": 956604684,
            "stop": 956604699
        },
        {
            "start": 956604702,
            "stop": 956604765
        },
        {
            "start": 956604770,
            "stop": 956604771
        },
        {
            "start": 956604779,
            "stop": 956604790
        },
        {
            "start": 956604794,
            "stop": 956604817
        },
        {
            "start": 956604825,
            "stop": 956604826
        },
        {
            "start": 956604830,
            "stop": 956604861
        },
        {
            "start": 956604866,
            "stop": 956604867
        },
        {
            "start": 956604871,
            "stop": 956604883
        },
        {
            "start": 956604892,
            "stop": 956604896
        },
        {
            "start": 956604900,
            "stop": 956604924
        },
        {
            "start": 956604928,
            "stop": 956604929
        },
        {
            "start": 956604932,
            "stop": 956604948
        },
        {
            "start": 956627725,
            "stop": 956627726
        },
        {
            "start": 956627741,
            "stop": 956627744
        },
        {
            "start": 956627748,
            "stop": 956627750
        },
        {
            "start": 956627752,
            "stop": 956627756
        },
        {
            "start": 956627761,
            "stop": 956627799
        }
    ]
}