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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=136",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 137,
    "results": [
        {
            "start": 953631290,
            "stop": 953631458
        },
        {
            "start": 953631460,
            "stop": 953631497
        },
        {
            "start": 953631511,
            "stop": 953631515
        },
        {
            "start": 953631520,
            "stop": 953631528
        },
        {
            "start": 953631532,
            "stop": 953631551
        },
        {
            "start": 953631554,
            "stop": 953631580
        },
        {
            "start": 953631584,
            "stop": 953631592
        },
        {
            "start": 953631595,
            "stop": 953631599
        },
        {
            "start": 953631602,
            "stop": 953631608
        },
        {
            "start": 953631614,
            "stop": 953631626
        },
        {
            "start": 953631629,
            "stop": 953631633
        },
        {
            "start": 953631641,
            "stop": 953631647
        },
        {
            "start": 953631652,
            "stop": 953631701
        },
        {
            "start": 953631710,
            "stop": 953631724
        },
        {
            "start": 953631727,
            "stop": 953632199
        },
        {
            "start": 953632202,
            "stop": 953633280
        },
        {
            "start": 953633282,
            "stop": 953635569
        },
        {
            "start": 953635572,
            "stop": 953635808
        },
        {
            "start": 953637441,
            "stop": 953638489
        },
        {
            "start": 953638493,
            "stop": 953638587
        }
    ]
}