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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=130",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 131,
    "results": [
        {
            "start": 953581483,
            "stop": 953581494
        },
        {
            "start": 953581500,
            "stop": 953581510
        },
        {
            "start": 953581513,
            "stop": 953581591
        },
        {
            "start": 953594006,
            "stop": 953595375
        },
        {
            "start": 953595400,
            "stop": 953595551
        },
        {
            "start": 953595553,
            "stop": 953595557
        },
        {
            "start": 953595563,
            "stop": 953595578
        },
        {
            "start": 953595583,
            "stop": 953595607
        },
        {
            "start": 953595611,
            "stop": 953595612
        },
        {
            "start": 953595615,
            "stop": 953595767
        },
        {
            "start": 953595773,
            "stop": 953595826
        },
        {
            "start": 953595834,
            "stop": 953595840
        },
        {
            "start": 953595846,
            "stop": 953595904
        },
        {
            "start": 953597321,
            "stop": 953602290
        },
        {
            "start": 953602302,
            "stop": 953602305
        },
        {
            "start": 953602325,
            "stop": 953602328
        },
        {
            "start": 953602338,
            "stop": 953602374
        },
        {
            "start": 953602382,
            "stop": 953602433
        },
        {
            "start": 953602436,
            "stop": 953602467
        },
        {
            "start": 953602471,
            "stop": 953602488
        }
    ]
}