Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=64
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=63",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 64,
    "results": [
        {
            "start": 822698151,
            "stop": 822698435
        },
        {
            "start": 822698512,
            "stop": 822714137
        },
        {
            "start": 822714139,
            "stop": 822714369
        },
        {
            "start": 822715671,
            "stop": 822723574
        },
        {
            "start": 822723576,
            "stop": 822725807
        },
        {
            "start": 822726759,
            "stop": 822732720
        },
        {
            "start": 822733223,
            "stop": 822734942
        },
        {
            "start": 822737091,
            "stop": 822737557
        },
        {
            "start": 822739108,
            "stop": 822739620
        },
        {
            "start": 822740020,
            "stop": 822758230
        },
        {
            "start": 822773440,
            "stop": 822777742
        },
        {
            "start": 822778062,
            "stop": 822778480
        },
        {
            "start": 822778880,
            "stop": 822798655
        },
        {
            "start": 822798657,
            "stop": 822804928
        },
        {
            "start": 822806007,
            "stop": 822806401
        },
        {
            "start": 822814639,
            "stop": 822814711
        },
        {
            "start": 822815542,
            "stop": 822816083
        },
        {
            "start": 822816403,
            "stop": 822817480
        },
        {
            "start": 822818306,
            "stop": 822818924
        },
        {
            "start": 822819324,
            "stop": 822819327
        }
    ]
}