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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 91,
    "results": [
        {
            "start": 1126555951,
            "stop": 1126555991
        },
        {
            "start": 1126555992,
            "stop": 1126555999
        },
        {
            "start": 1126556000,
            "stop": 1126556006
        },
        {
            "start": 1126556008,
            "stop": 1126556176
        },
        {
            "start": 1126556177,
            "stop": 1126556324
        },
        {
            "start": 1126556325,
            "stop": 1126556449
        },
        {
            "start": 1126556450,
            "stop": 1126556536
        },
        {
            "start": 1126556538,
            "stop": 1126556939
        },
        {
            "start": 1126556940,
            "stop": 1126557006
        },
        {
            "start": 1126557007,
            "stop": 1126557169
        },
        {
            "start": 1126557171,
            "stop": 1126557180
        },
        {
            "start": 1126557182,
            "stop": 1126557187
        },
        {
            "start": 1126557189,
            "stop": 1126557257
        },
        {
            "start": 1126557263,
            "stop": 1126557298
        },
        {
            "start": 1126557299,
            "stop": 1126557672
        },
        {
            "start": 1126557673,
            "stop": 1126557703
        },
        {
            "start": 1126557704,
            "stop": 1126557714
        },
        {
            "start": 1126557716,
            "stop": 1126557725
        },
        {
            "start": 1126557726,
            "stop": 1126557783
        },
        {
            "start": 1126557785,
            "stop": 1126557810
        }
    ]
}