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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=403",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 404,
    "results": [
        {
            "start": 829955361,
            "stop": 829956072
        },
        {
            "start": 829956182,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829958067
        },
        {
            "start": 829958367,
            "stop": 829959087
        },
        {
            "start": 829959098,
            "stop": 829959107
        },
        {
            "start": 829959115,
            "stop": 829959140
        },
        {
            "start": 829959145,
            "stop": 829960699
        },
        {
            "start": 829960701,
            "stop": 829981827
        },
        {
            "start": 829984768,
            "stop": 829987597
        },
        {
            "start": 829987599,
            "stop": 830011725
        },
        {
            "start": 830011733,
            "stop": 830011745
        },
        {
            "start": 830011753,
            "stop": 830011755
        },
        {
            "start": 830011760,
            "stop": 830012453
        },
        {
            "start": 830032425,
            "stop": 830032432
        },
        {
            "start": 830032436,
            "stop": 830032437
        },
        {
            "start": 830032442,
            "stop": 830032447
        },
        {
            "start": 830032451,
            "stop": 830032461
        },
        {
            "start": 830032467,
            "stop": 830032469
        },
        {
            "start": 830032470,
            "stop": 830032489
        },
        {
            "start": 830032492,
            "stop": 830032504
        }
    ]
}