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_CBCLOW_CAT2/segments?format=api&page=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=324",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 325,
    "results": [
        {
            "start": 860953441,
            "stop": 860953459
        },
        {
            "start": 860953481,
            "stop": 860954126
        },
        {
            "start": 860954232,
            "stop": 860960959
        },
        {
            "start": 860961044,
            "stop": 860964152
        },
        {
            "start": 860964173,
            "stop": 860968203
        },
        {
            "start": 860968348,
            "stop": 860970512
        },
        {
            "start": 860970976,
            "stop": 860972747
        },
        {
            "start": 860972768,
            "stop": 860972804
        },
        {
            "start": 860972826,
            "stop": 860988145
        },
        {
            "start": 860991344,
            "stop": 861013229
        },
        {
            "start": 861013282,
            "stop": 861025271
        },
        {
            "start": 861026530,
            "stop": 861027539
        },
        {
            "start": 861027561,
            "stop": 861031860
        },
        {
            "start": 861031993,
            "stop": 861033978
        },
        {
            "start": 861034074,
            "stop": 861035336
        },
        {
            "start": 861035586,
            "stop": 861035679
        },
        {
            "start": 861035698,
            "stop": 861035830
        },
        {
            "start": 861035850,
            "stop": 861035851
        },
        {
            "start": 861035871,
            "stop": 861035887
        },
        {
            "start": 861035909,
            "stop": 861036117
        }
    ]
}