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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=638",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=636",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 637,
    "results": [
        {
            "start": 829241279,
            "stop": 829241289
        },
        {
            "start": 829241292,
            "stop": 829241507
        },
        {
            "start": 829241510,
            "stop": 829241546
        },
        {
            "start": 829241565,
            "stop": 829241680
        },
        {
            "start": 829241683,
            "stop": 829241718
        },
        {
            "start": 829241722,
            "stop": 829241822
        },
        {
            "start": 829241826,
            "stop": 829241836
        },
        {
            "start": 829241840,
            "stop": 829241850
        },
        {
            "start": 829241853,
            "stop": 829242000
        },
        {
            "start": 829242003,
            "stop": 829242060
        },
        {
            "start": 829242064,
            "stop": 829242065
        },
        {
            "start": 829242068,
            "stop": 829242085
        },
        {
            "start": 829242088,
            "stop": 829242108
        },
        {
            "start": 829242112,
            "stop": 829242157
        },
        {
            "start": 829242160,
            "stop": 829242302
        },
        {
            "start": 829242306,
            "stop": 829242307
        },
        {
            "start": 829242311,
            "stop": 829242342
        },
        {
            "start": 829242346,
            "stop": 829242356
        },
        {
            "start": 829242360,
            "stop": 829242365
        },
        {
            "start": 829242368,
            "stop": 829242373
        }
    ]
}