Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41003
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41002",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41003,
    "results": [
        {
            "start": 875150747,
            "stop": 875150768
        },
        {
            "start": 875150769,
            "stop": 875150805
        },
        {
            "start": 875150806,
            "stop": 875150812
        },
        {
            "start": 875150813,
            "stop": 875150911
        },
        {
            "start": 875150912,
            "stop": 875150930
        },
        {
            "start": 875150931,
            "stop": 875150939
        },
        {
            "start": 875150941,
            "stop": 875150973
        },
        {
            "start": 875150975,
            "stop": 875150991
        },
        {
            "start": 875150992,
            "stop": 875151000
        },
        {
            "start": 875151002,
            "stop": 875151058
        },
        {
            "start": 875151061,
            "stop": 875151084
        },
        {
            "start": 875151085,
            "stop": 875151095
        },
        {
            "start": 875151096,
            "stop": 875151102
        },
        {
            "start": 875151103,
            "stop": 875151160
        },
        {
            "start": 875151161,
            "stop": 875151182
        },
        {
            "start": 875151183,
            "stop": 875151187
        },
        {
            "start": 875151188,
            "stop": 875151220
        },
        {
            "start": 875151221,
            "stop": 875151250
        },
        {
            "start": 875151251,
            "stop": 875151281
        },
        {
            "start": 875151282,
            "stop": 875151287
        }
    ]
}