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=5714
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=5715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5713",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5714,
    "results": [
        {
            "start": 874601841,
            "stop": 874601856
        },
        {
            "start": 874601859,
            "stop": 874601895
        },
        {
            "start": 874601899,
            "stop": 874601945
        },
        {
            "start": 874601948,
            "stop": 874601970
        },
        {
            "start": 874601973,
            "stop": 874601983
        },
        {
            "start": 874601986,
            "stop": 874601993
        },
        {
            "start": 874601996,
            "stop": 874602011
        },
        {
            "start": 874602014,
            "stop": 874602029
        },
        {
            "start": 874602032,
            "stop": 874602046
        },
        {
            "start": 874602049,
            "stop": 874602052
        },
        {
            "start": 874602056,
            "stop": 874602064
        },
        {
            "start": 874602068,
            "stop": 874602075
        },
        {
            "start": 874602078,
            "stop": 874602105
        },
        {
            "start": 874602111,
            "stop": 874602143
        },
        {
            "start": 874602146,
            "stop": 874602160
        },
        {
            "start": 874602163,
            "stop": 874602184
        },
        {
            "start": 874602188,
            "stop": 874602193
        },
        {
            "start": 874602199,
            "stop": 874602208
        },
        {
            "start": 874602211,
            "stop": 874602281
        },
        {
            "start": 874602284,
            "stop": 874602438
        }
    ]
}