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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=76",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 77,
    "results": [
        {
            "start": 817835340,
            "stop": 817837140
        },
        {
            "start": 817837260,
            "stop": 817837580
        },
        {
            "start": 817837587,
            "stop": 817838250
        },
        {
            "start": 817838258,
            "stop": 817838880
        },
        {
            "start": 817838940,
            "stop": 817839180
        },
        {
            "start": 817839240,
            "stop": 817839313
        },
        {
            "start": 817841097,
            "stop": 817841640
        },
        {
            "start": 817841820,
            "stop": 817842000
        },
        {
            "start": 817842240,
            "stop": 817842509
        },
        {
            "start": 817842516,
            "stop": 817842840
        },
        {
            "start": 817842900,
            "stop": 817843080
        },
        {
            "start": 817843200,
            "stop": 817843320
        },
        {
            "start": 817843440,
            "stop": 817843620
        },
        {
            "start": 817843680,
            "stop": 817844040
        },
        {
            "start": 817844160,
            "stop": 817844220
        },
        {
            "start": 817844280,
            "stop": 817844293
        },
        {
            "start": 817844763,
            "stop": 817844940
        },
        {
            "start": 817845000,
            "stop": 817845060
        },
        {
            "start": 817845120,
            "stop": 817845240
        },
        {
            "start": 817845300,
            "stop": 817845365
        }
    ]
}