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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=405",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 406,
    "results": [
        {
            "start": 868365403,
            "stop": 868365427
        },
        {
            "start": 868365456,
            "stop": 868366802
        },
        {
            "start": 868366808,
            "stop": 868381892
        },
        {
            "start": 868381916,
            "stop": 868383727
        },
        {
            "start": 868383732,
            "stop": 868385970
        },
        {
            "start": 868386271,
            "stop": 868386858
        },
        {
            "start": 868386864,
            "stop": 868387804
        },
        {
            "start": 868387810,
            "stop": 868388141
        },
        {
            "start": 868388147,
            "stop": 868388241
        },
        {
            "start": 868388260,
            "stop": 868388483
        },
        {
            "start": 868388489,
            "stop": 868388526
        },
        {
            "start": 868388662,
            "stop": 868388670
        },
        {
            "start": 868388790,
            "stop": 868389062
        },
        {
            "start": 868389068,
            "stop": 868389183
        },
        {
            "start": 868389328,
            "stop": 868389865
        },
        {
            "start": 868389872,
            "stop": 868389878
        },
        {
            "start": 868389897,
            "stop": 868390380
        },
        {
            "start": 868390385,
            "stop": 868391070
        },
        {
            "start": 868391130,
            "stop": 868391917
        },
        {
            "start": 868392268,
            "stop": 868392892
        }
    ]
}