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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=29",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 30,
    "results": [
        {
            "start": 820902320,
            "stop": 820909873
        },
        {
            "start": 820910486,
            "stop": 820913515
        },
        {
            "start": 820913670,
            "stop": 820921293
        },
        {
            "start": 820923558,
            "stop": 820934053
        },
        {
            "start": 820934862,
            "stop": 820940150
        },
        {
            "start": 820940415,
            "stop": 820940709
        },
        {
            "start": 820940872,
            "stop": 820942919
        },
        {
            "start": 820965635,
            "stop": 820967252
        },
        {
            "start": 820968237,
            "stop": 820973676
        },
        {
            "start": 820976296,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820981500
        },
        {
            "start": 820982417,
            "stop": 820993839
        },
        {
            "start": 820995490,
            "stop": 820995796
        },
        {
            "start": 820997694,
            "stop": 820997816
        },
        {
            "start": 820998216,
            "stop": 820998415
        },
        {
            "start": 821025824,
            "stop": 821027278
        },
        {
            "start": 821027406,
            "stop": 821027431
        },
        {
            "start": 821031102,
            "stop": 821031109
        },
        {
            "start": 821032285,
            "stop": 821034558
        },
        {
            "start": 821037156,
            "stop": 821037384
        }
    ]
}