Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=612
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=613",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=611",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 612,
    "results": [
        {
            "start": 846537197,
            "stop": 846542163
        },
        {
            "start": 846542183,
            "stop": 846544112
        },
        {
            "start": 846544149,
            "stop": 846545011
        },
        {
            "start": 846545018,
            "stop": 846545019
        },
        {
            "start": 846545026,
            "stop": 846545027
        },
        {
            "start": 846545531,
            "stop": 846545682
        },
        {
            "start": 846545850,
            "stop": 846613598
        },
        {
            "start": 846613606,
            "stop": 846620087
        },
        {
            "start": 846622710,
            "stop": 846623389
        },
        {
            "start": 846626034,
            "stop": 846632754
        },
        {
            "start": 846636853,
            "stop": 846675246
        },
        {
            "start": 846676314,
            "stop": 846683961
        },
        {
            "start": 846683967,
            "stop": 846684065
        },
        {
            "start": 846684070,
            "stop": 846689903
        },
        {
            "start": 846690977,
            "stop": 846692432
        },
        {
            "start": 846693400,
            "stop": 846698867
        },
        {
            "start": 846700050,
            "stop": 846746058
        },
        {
            "start": 846750254,
            "stop": 846750441
        },
        {
            "start": 846750446,
            "stop": 846751166
        },
        {
            "start": 846756016,
            "stop": 846826564
        }
    ]
}