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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=52",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 53,
    "results": [
        {
            "start": 824417738,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824454269
        },
        {
            "start": 824455711,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494679
        },
        {
            "start": 824494828,
            "stop": 824499952
        },
        {
            "start": 824500072,
            "stop": 824501310
        },
        {
            "start": 824501364,
            "stop": 824502081
        },
        {
            "start": 824505283,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596598
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824629383
        },
        {
            "start": 824672944,
            "stop": 824674559
        },
        {
            "start": 824675518,
            "stop": 824678718
        },
        {
            "start": 824681146,
            "stop": 824683021
        },
        {
            "start": 824703372,
            "stop": 824730029
        },
        {
            "start": 824739317,
            "stop": 824742761
        }
    ]
}