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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 68,
    "results": [
        {
            "start": 1126528904,
            "stop": 1126529034
        },
        {
            "start": 1126529035,
            "stop": 1126529075
        },
        {
            "start": 1126529077,
            "stop": 1126529331
        },
        {
            "start": 1126529333,
            "stop": 1126529559
        },
        {
            "start": 1126529561,
            "stop": 1126529659
        },
        {
            "start": 1126529660,
            "stop": 1126529671
        },
        {
            "start": 1126529672,
            "stop": 1126529870
        },
        {
            "start": 1126529874,
            "stop": 1126529966
        },
        {
            "start": 1126529967,
            "stop": 1126530140
        },
        {
            "start": 1126530142,
            "stop": 1126530211
        },
        {
            "start": 1126530212,
            "stop": 1126530218
        },
        {
            "start": 1126530222,
            "stop": 1126530242
        },
        {
            "start": 1126530244,
            "stop": 1126530275
        },
        {
            "start": 1126530277,
            "stop": 1126530293
        },
        {
            "start": 1126530295,
            "stop": 1126530307
        },
        {
            "start": 1126530309,
            "stop": 1126530311
        },
        {
            "start": 1126530313,
            "stop": 1126530315
        },
        {
            "start": 1126530317,
            "stop": 1126530322
        },
        {
            "start": 1126530324,
            "stop": 1126530326
        },
        {
            "start": 1126530327,
            "stop": 1126530329
        }
    ]
}