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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=64",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 65,
    "results": [
        {
            "start": 823775398,
            "stop": 823777253
        },
        {
            "start": 823777553,
            "stop": 823778096
        },
        {
            "start": 823778541,
            "stop": 823784501
        },
        {
            "start": 823784801,
            "stop": 823789292
        },
        {
            "start": 823789712,
            "stop": 823792697
        },
        {
            "start": 823793007,
            "stop": 823800289
        },
        {
            "start": 823800589,
            "stop": 823803004
        },
        {
            "start": 823866547,
            "stop": 823870748
        },
        {
            "start": 823871572,
            "stop": 823876000
        },
        {
            "start": 823878141,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824046126
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824137066
        },
        {
            "start": 824204584,
            "stop": 824211788
        },
        {
            "start": 824212202,
            "stop": 824214296
        },
        {
            "start": 824215048,
            "stop": 824215355
        },
        {
            "start": 824216174,
            "stop": 824217152
        },
        {
            "start": 824221812,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824299872
        }
    ]
}