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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5708",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5706",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5707,
    "results": [
        {
            "start": 874596046,
            "stop": 874596113
        },
        {
            "start": 874596116,
            "stop": 874596139
        },
        {
            "start": 874596143,
            "stop": 874596288
        },
        {
            "start": 874596291,
            "stop": 874596334
        },
        {
            "start": 874596337,
            "stop": 874596361
        },
        {
            "start": 874596365,
            "stop": 874596391
        },
        {
            "start": 874596395,
            "stop": 874596409
        },
        {
            "start": 874596414,
            "stop": 874596500
        },
        {
            "start": 874596503,
            "stop": 874596542
        },
        {
            "start": 874596545,
            "stop": 874596574
        },
        {
            "start": 874596578,
            "stop": 874596597
        },
        {
            "start": 874596600,
            "stop": 874596612
        },
        {
            "start": 874596615,
            "stop": 874596646
        },
        {
            "start": 874596649,
            "stop": 874596663
        },
        {
            "start": 874596666,
            "stop": 874596667
        },
        {
            "start": 874596671,
            "stop": 874596679
        },
        {
            "start": 874596682,
            "stop": 874596697
        },
        {
            "start": 874596700,
            "stop": 874596740
        },
        {
            "start": 874596743,
            "stop": 874596831
        },
        {
            "start": 874596835,
            "stop": 874596927
        }
    ]
}