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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 145,
    "results": [
        {
            "start": 1126662506,
            "stop": 1126662667
        },
        {
            "start": 1126662669,
            "stop": 1126663043
        },
        {
            "start": 1126663044,
            "stop": 1126663098
        },
        {
            "start": 1126663100,
            "stop": 1126663147
        },
        {
            "start": 1126663148,
            "stop": 1126663420
        },
        {
            "start": 1126663421,
            "stop": 1126663504
        },
        {
            "start": 1126663505,
            "stop": 1126663509
        },
        {
            "start": 1126663510,
            "stop": 1126663533
        },
        {
            "start": 1126663534,
            "stop": 1126663549
        },
        {
            "start": 1126663550,
            "stop": 1126663552
        },
        {
            "start": 1126663553,
            "stop": 1126663558
        },
        {
            "start": 1126663559,
            "stop": 1126663592
        },
        {
            "start": 1126663593,
            "stop": 1126663597
        },
        {
            "start": 1126663599,
            "stop": 1126663613
        },
        {
            "start": 1126663617,
            "stop": 1126663625
        },
        {
            "start": 1126663626,
            "stop": 1126663640
        },
        {
            "start": 1126663642,
            "stop": 1126663644
        },
        {
            "start": 1126663645,
            "stop": 1126663652
        },
        {
            "start": 1126663653,
            "stop": 1126663675
        },
        {
            "start": 1126663678,
            "stop": 1126663679
        }
    ]
}