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=5301
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=5302",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5300",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5301,
    "results": [
        {
            "start": 1137092183,
            "stop": 1137092215
        },
        {
            "start": 1137092222,
            "stop": 1137092244
        },
        {
            "start": 1137092246,
            "stop": 1137092333
        },
        {
            "start": 1137092335,
            "stop": 1137092390
        },
        {
            "start": 1137092392,
            "stop": 1137092394
        },
        {
            "start": 1137092396,
            "stop": 1137092410
        },
        {
            "start": 1137092411,
            "stop": 1137092413
        },
        {
            "start": 1137092414,
            "stop": 1137092436
        },
        {
            "start": 1137092438,
            "stop": 1137092455
        },
        {
            "start": 1137092457,
            "stop": 1137092459
        },
        {
            "start": 1137092460,
            "stop": 1137092487
        },
        {
            "start": 1137092489,
            "stop": 1137092490
        },
        {
            "start": 1137092491,
            "stop": 1137092496
        },
        {
            "start": 1137092498,
            "stop": 1137092607
        },
        {
            "start": 1137092609,
            "stop": 1137092613
        },
        {
            "start": 1137092615,
            "stop": 1137092617
        },
        {
            "start": 1137092619,
            "stop": 1137092621
        },
        {
            "start": 1137092623,
            "stop": 1137092625
        },
        {
            "start": 1137092627,
            "stop": 1137092629
        },
        {
            "start": 1137092631,
            "stop": 1137092682
        }
    ]
}