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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=38",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 39,
    "results": [
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820909872
        },
        {
            "start": 820910486,
            "stop": 820913513
        },
        {
            "start": 820913670,
            "stop": 820921291
        },
        {
            "start": 820923558,
            "stop": 820934052
        },
        {
            "start": 820934862,
            "stop": 820940149
        },
        {
            "start": 820940415,
            "stop": 820940707
        },
        {
            "start": 820940872,
            "stop": 820942919
        },
        {
            "start": 820965635,
            "stop": 820967251
        },
        {
            "start": 820968237,
            "stop": 820973675
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981499
        },
        {
            "start": 820982417,
            "stop": 820993838
        },
        {
            "start": 820995490,
            "stop": 820995795
        },
        {
            "start": 820997694,
            "stop": 820997814
        },
        {
            "start": 820998216,
            "stop": 820998414
        },
        {
            "start": 821025824,
            "stop": 821027276
        },
        {
            "start": 821027406,
            "stop": 821027428
        },
        {
            "start": 821031102,
            "stop": 821031107
        },
        {
            "start": 821032285,
            "stop": 821034553
        }
    ]
}