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/H2_CBCLOW_CAT2/segments?format=api&page=230
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=229",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 230,
    "results": [
        {
            "start": 821678923,
            "stop": 821678935
        },
        {
            "start": 821678940,
            "stop": 821678960
        },
        {
            "start": 821678963,
            "stop": 821678972
        },
        {
            "start": 821678975,
            "stop": 821678976
        },
        {
            "start": 821678981,
            "stop": 821679010
        },
        {
            "start": 821679013,
            "stop": 821679018
        },
        {
            "start": 821679021,
            "stop": 821679039
        },
        {
            "start": 821679042,
            "stop": 821679057
        },
        {
            "start": 821679075,
            "stop": 821679080
        },
        {
            "start": 821679083,
            "stop": 821679085
        },
        {
            "start": 821679090,
            "stop": 821679096
        },
        {
            "start": 821679103,
            "stop": 821679105
        },
        {
            "start": 821679111,
            "stop": 821679115
        },
        {
            "start": 821679121,
            "stop": 821679125
        },
        {
            "start": 821679128,
            "stop": 821679130
        },
        {
            "start": 821679134,
            "stop": 821679144
        },
        {
            "start": 821679147,
            "stop": 821679150
        },
        {
            "start": 821679154,
            "stop": 821679157
        },
        {
            "start": 821679160,
            "stop": 821679165
        },
        {
            "start": 821679168,
            "stop": 821679170
        }
    ]
}