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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46786",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46787,
    "results": [
        {
            "start": 875110817,
            "stop": 875110824
        },
        {
            "start": 875110825,
            "stop": 875110858
        },
        {
            "start": 875110859,
            "stop": 875110861
        },
        {
            "start": 875110862,
            "stop": 875110901
        },
        {
            "start": 875110902,
            "stop": 875110912
        },
        {
            "start": 875110913,
            "stop": 875110950
        },
        {
            "start": 875110951,
            "stop": 875110974
        },
        {
            "start": 875110975,
            "stop": 875110984
        },
        {
            "start": 875110985,
            "stop": 875110996
        },
        {
            "start": 875110997,
            "stop": 875111028
        },
        {
            "start": 875111030,
            "stop": 875111050
        },
        {
            "start": 875111051,
            "stop": 875111082
        },
        {
            "start": 875111083,
            "stop": 875111133
        },
        {
            "start": 875111135,
            "stop": 875111144
        },
        {
            "start": 875111145,
            "stop": 875111156
        },
        {
            "start": 875111157,
            "stop": 875111183
        },
        {
            "start": 875111185,
            "stop": 875111241
        },
        {
            "start": 875111243,
            "stop": 875111252
        },
        {
            "start": 875111254,
            "stop": 875111276
        },
        {
            "start": 875111278,
            "stop": 875111294
        }
    ]
}