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=46691
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=46692",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46690",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46691,
    "results": [
        {
            "start": 875047868,
            "stop": 875047869
        },
        {
            "start": 875047871,
            "stop": 875047931
        },
        {
            "start": 875047934,
            "stop": 875047952
        },
        {
            "start": 875047954,
            "stop": 875047964
        },
        {
            "start": 875047965,
            "stop": 875047968
        },
        {
            "start": 875047969,
            "stop": 875047974
        },
        {
            "start": 875047975,
            "stop": 875047990
        },
        {
            "start": 875047992,
            "stop": 875047993
        },
        {
            "start": 875047996,
            "stop": 875048006
        },
        {
            "start": 875048007,
            "stop": 875048013
        },
        {
            "start": 875048015,
            "stop": 875048018
        },
        {
            "start": 875048019,
            "stop": 875048037
        },
        {
            "start": 875048039,
            "stop": 875048080
        },
        {
            "start": 875048081,
            "stop": 875048083
        },
        {
            "start": 875048084,
            "stop": 875048092
        },
        {
            "start": 875048095,
            "stop": 875048101
        },
        {
            "start": 875048103,
            "stop": 875048123
        },
        {
            "start": 875048125,
            "stop": 875048144
        },
        {
            "start": 875048146,
            "stop": 875048165
        },
        {
            "start": 875048167,
            "stop": 875048176
        }
    ]
}