Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=36",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 37,
    "results": [
        {
            "start": 1126305148,
            "stop": 1126305197
        },
        {
            "start": 1126305377,
            "stop": 1126305431
        },
        {
            "start": 1126305433,
            "stop": 1126305434
        },
        {
            "start": 1126305436,
            "stop": 1126305437
        },
        {
            "start": 1126305557,
            "stop": 1126305589
        },
        {
            "start": 1126305591,
            "stop": 1126305593
        },
        {
            "start": 1126305594,
            "stop": 1126305606
        },
        {
            "start": 1126305608,
            "stop": 1126305617
        },
        {
            "start": 1126306937,
            "stop": 1126306951
        },
        {
            "start": 1126306953,
            "stop": 1126306961
        },
        {
            "start": 1126306963,
            "stop": 1126306991
        },
        {
            "start": 1126306992,
            "stop": 1126307018
        },
        {
            "start": 1126307020,
            "stop": 1126307021
        },
        {
            "start": 1126307022,
            "stop": 1126307031
        },
        {
            "start": 1126307033,
            "stop": 1126307057
        },
        {
            "start": 1126308670,
            "stop": 1126308774
        },
        {
            "start": 1126308776,
            "stop": 1126308792
        },
        {
            "start": 1126308794,
            "stop": 1126308871
        },
        {
            "start": 1126308872,
            "stop": 1126309132
        },
        {
            "start": 1126309134,
            "stop": 1126309140
        }
    ]
}