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=688
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=689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=687",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 688,
    "results": [
        {
            "start": 829955638,
            "stop": 829956072
        },
        {
            "start": 829956182,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829958067
        },
        {
            "start": 829958367,
            "stop": 829959060
        },
        {
            "start": 829959123,
            "stop": 829959132
        },
        {
            "start": 829959153,
            "stop": 829959252
        },
        {
            "start": 829959256,
            "stop": 829959871
        },
        {
            "start": 829959874,
            "stop": 829960140
        },
        {
            "start": 829960200,
            "stop": 829960690
        },
        {
            "start": 829960709,
            "stop": 829961032
        },
        {
            "start": 829961036,
            "stop": 829961780
        },
        {
            "start": 829961783,
            "stop": 829963638
        },
        {
            "start": 829963641,
            "stop": 829964194
        },
        {
            "start": 829964197,
            "stop": 829964865
        },
        {
            "start": 829964868,
            "stop": 829965020
        },
        {
            "start": 829965024,
            "stop": 829965420
        },
        {
            "start": 829965480,
            "stop": 829965900
        },
        {
            "start": 829965960,
            "stop": 829966813
        },
        {
            "start": 829966816,
            "stop": 829970520
        },
        {
            "start": 829970580,
            "stop": 829973600
        }
    ]
}