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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=263",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 264,
    "results": [
        {
            "start": 1177130667,
            "stop": 1177130671
        },
        {
            "start": 1177130673,
            "stop": 1177132137
        },
        {
            "start": 1177132138,
            "stop": 1177132140
        },
        {
            "start": 1177132141,
            "stop": 1177133993
        },
        {
            "start": 1177133997,
            "stop": 1177134117
        },
        {
            "start": 1177134118,
            "stop": 1177134122
        },
        {
            "start": 1177134123,
            "stop": 1177134137
        },
        {
            "start": 1177134138,
            "stop": 1177134195
        },
        {
            "start": 1177134200,
            "stop": 1177134311
        },
        {
            "start": 1177134313,
            "stop": 1177134315
        },
        {
            "start": 1177134317,
            "stop": 1177134325
        },
        {
            "start": 1177134328,
            "stop": 1177134546
        },
        {
            "start": 1177134548,
            "stop": 1177134552
        },
        {
            "start": 1177134553,
            "stop": 1177134554
        },
        {
            "start": 1177134555,
            "stop": 1177134562
        },
        {
            "start": 1177134564,
            "stop": 1177134808
        },
        {
            "start": 1177134809,
            "stop": 1177134840
        },
        {
            "start": 1177134841,
            "stop": 1177134856
        },
        {
            "start": 1177134858,
            "stop": 1177135023
        },
        {
            "start": 1177135024,
            "stop": 1177135181
        }
    ]
}