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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=119",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 120,
    "results": [
        {
            "start": 836039176,
            "stop": 836039522
        },
        {
            "start": 836039530,
            "stop": 836039552
        },
        {
            "start": 836039560,
            "stop": 836039634
        },
        {
            "start": 836039636,
            "stop": 836039639
        },
        {
            "start": 836042913,
            "stop": 836061552
        },
        {
            "start": 836061559,
            "stop": 836063489
        },
        {
            "start": 836064734,
            "stop": 836067087
        },
        {
            "start": 836067095,
            "stop": 836067440
        },
        {
            "start": 836074822,
            "stop": 836077364
        },
        {
            "start": 836077365,
            "stop": 836078870
        },
        {
            "start": 836079173,
            "stop": 836080693
        },
        {
            "start": 836084224,
            "stop": 836097906
        },
        {
            "start": 836099208,
            "stop": 836116362
        },
        {
            "start": 836116368,
            "stop": 836116787
        },
        {
            "start": 836116792,
            "stop": 836117252
        },
        {
            "start": 836117258,
            "stop": 836117392
        },
        {
            "start": 836117399,
            "stop": 836117493
        },
        {
            "start": 836117500,
            "stop": 836117638
        },
        {
            "start": 836117645,
            "stop": 836117683
        },
        {
            "start": 836117690,
            "stop": 836118285
        }
    ]
}