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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=307",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 308,
    "results": [
        {
            "start": 821319064,
            "stop": 821319308
        },
        {
            "start": 821319311,
            "stop": 821319479
        },
        {
            "start": 821319493,
            "stop": 821319609
        },
        {
            "start": 821319612,
            "stop": 821319668
        },
        {
            "start": 821319671,
            "stop": 821319707
        },
        {
            "start": 821319711,
            "stop": 821320321
        },
        {
            "start": 821320324,
            "stop": 821320539
        },
        {
            "start": 821320543,
            "stop": 821320606
        },
        {
            "start": 821320610,
            "stop": 821320723
        },
        {
            "start": 821320726,
            "stop": 821320741
        },
        {
            "start": 821320744,
            "stop": 821320791
        },
        {
            "start": 821320794,
            "stop": 821320870
        },
        {
            "start": 821320874,
            "stop": 821321083
        },
        {
            "start": 821321086,
            "stop": 821321295
        },
        {
            "start": 821321299,
            "stop": 821321447
        },
        {
            "start": 821321450,
            "stop": 821321468
        },
        {
            "start": 821321471,
            "stop": 821321653
        },
        {
            "start": 821321657,
            "stop": 821321703
        },
        {
            "start": 821321706,
            "stop": 821321785
        },
        {
            "start": 821321788,
            "stop": 821321846
        }
    ]
}