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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40607",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40608,
    "results": [
        {
            "start": 874886458,
            "stop": 874886470
        },
        {
            "start": 874886471,
            "stop": 874886483
        },
        {
            "start": 874886485,
            "stop": 874886498
        },
        {
            "start": 874886499,
            "stop": 874886501
        },
        {
            "start": 874886502,
            "stop": 874886519
        },
        {
            "start": 874886520,
            "stop": 874886524
        },
        {
            "start": 874886526,
            "stop": 874886535
        },
        {
            "start": 874886536,
            "stop": 874886547
        },
        {
            "start": 874886548,
            "stop": 874886595
        },
        {
            "start": 874886596,
            "stop": 874886607
        },
        {
            "start": 874886609,
            "stop": 874886614
        },
        {
            "start": 874886616,
            "stop": 874886654
        },
        {
            "start": 874886655,
            "stop": 874886668
        },
        {
            "start": 874886670,
            "stop": 874886687
        },
        {
            "start": 874886688,
            "stop": 874886693
        },
        {
            "start": 874886694,
            "stop": 874886720
        },
        {
            "start": 874886721,
            "stop": 874886766
        },
        {
            "start": 874886767,
            "stop": 874886778
        },
        {
            "start": 874886779,
            "stop": 874886814
        },
        {
            "start": 874886816,
            "stop": 874886848
        }
    ]
}