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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=334",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 335,
    "results": [
        {
            "start": 847712944,
            "stop": 847712961
        },
        {
            "start": 847712962,
            "stop": 847712975
        },
        {
            "start": 847712976,
            "stop": 847712983
        },
        {
            "start": 847712984,
            "stop": 847712986
        },
        {
            "start": 847712987,
            "stop": 847713005
        },
        {
            "start": 847713007,
            "stop": 847713025
        },
        {
            "start": 847713026,
            "stop": 847713046
        },
        {
            "start": 847713048,
            "stop": 847713068
        },
        {
            "start": 847713069,
            "stop": 847713088
        },
        {
            "start": 847713090,
            "stop": 847713111
        },
        {
            "start": 847713112,
            "stop": 847713199
        },
        {
            "start": 847713200,
            "stop": 847713206
        },
        {
            "start": 847713208,
            "stop": 847713209
        },
        {
            "start": 847713210,
            "stop": 847713215
        },
        {
            "start": 847713217,
            "stop": 847713248
        },
        {
            "start": 847713249,
            "stop": 847713383
        },
        {
            "start": 847713385,
            "stop": 847713512
        },
        {
            "start": 847713513,
            "stop": 847713543
        },
        {
            "start": 847713544,
            "stop": 847713545
        },
        {
            "start": 847713548,
            "stop": 847713554
        }
    ]
}