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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=358",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 359,
    "results": [
        {
            "start": 825082179,
            "stop": 825082553
        },
        {
            "start": 825082557,
            "stop": 825082702
        },
        {
            "start": 825082705,
            "stop": 825082951
        },
        {
            "start": 825082954,
            "stop": 825083063
        },
        {
            "start": 825083066,
            "stop": 825083462
        },
        {
            "start": 825083465,
            "stop": 825083968
        },
        {
            "start": 825083972,
            "stop": 825084654
        },
        {
            "start": 825084657,
            "stop": 825084818
        },
        {
            "start": 825084822,
            "stop": 825084824
        },
        {
            "start": 825084827,
            "stop": 825085014
        },
        {
            "start": 825085017,
            "stop": 825085319
        },
        {
            "start": 825085322,
            "stop": 825086004
        },
        {
            "start": 825086007,
            "stop": 825086113
        },
        {
            "start": 825086116,
            "stop": 825086128
        },
        {
            "start": 825086132,
            "stop": 825086299
        },
        {
            "start": 825086302,
            "stop": 825086460
        },
        {
            "start": 825086520,
            "stop": 825086580
        },
        {
            "start": 825086700,
            "stop": 825086891
        },
        {
            "start": 825086894,
            "stop": 825087073
        },
        {
            "start": 825087077,
            "stop": 825087181
        }
    ]
}