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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=668",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 669,
    "results": [
        {
            "start": 851349965,
            "stop": 851349979
        },
        {
            "start": 851349982,
            "stop": 851351924
        },
        {
            "start": 851352631,
            "stop": 851353960
        },
        {
            "start": 851354679,
            "stop": 851355314
        },
        {
            "start": 851355714,
            "stop": 851356315
        },
        {
            "start": 851356333,
            "stop": 851356336
        },
        {
            "start": 851356339,
            "stop": 851356340
        },
        {
            "start": 851356352,
            "stop": 851356355
        },
        {
            "start": 851356378,
            "stop": 851356409
        },
        {
            "start": 851356415,
            "stop": 851356435
        },
        {
            "start": 851356461,
            "stop": 851356494
        },
        {
            "start": 851356502,
            "stop": 851358681
        },
        {
            "start": 851359294,
            "stop": 851361061
        },
        {
            "start": 851361533,
            "stop": 851362335
        },
        {
            "start": 851362340,
            "stop": 851362633
        },
        {
            "start": 851364024,
            "stop": 851366109
        },
        {
            "start": 851366140,
            "stop": 851367177
        },
        {
            "start": 851367178,
            "stop": 851369179
        },
        {
            "start": 851374508,
            "stop": 851388390
        },
        {
            "start": 851389234,
            "stop": 851392849
        }
    ]
}