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=5280
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=5281",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5279",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5280,
    "results": [
        {
            "start": 1137080400,
            "stop": 1137080407
        },
        {
            "start": 1137080409,
            "stop": 1137080416
        },
        {
            "start": 1137080418,
            "stop": 1137080446
        },
        {
            "start": 1137080448,
            "stop": 1137080450
        },
        {
            "start": 1137080456,
            "stop": 1137080699
        },
        {
            "start": 1137080701,
            "stop": 1137080804
        },
        {
            "start": 1137080806,
            "stop": 1137080819
        },
        {
            "start": 1137080820,
            "stop": 1137081021
        },
        {
            "start": 1137081023,
            "stop": 1137081025
        },
        {
            "start": 1137081026,
            "stop": 1137081039
        },
        {
            "start": 1137081041,
            "stop": 1137081075
        },
        {
            "start": 1137081079,
            "stop": 1137081110
        },
        {
            "start": 1137081112,
            "stop": 1137081154
        },
        {
            "start": 1137081156,
            "stop": 1137081167
        },
        {
            "start": 1137081169,
            "stop": 1137081170
        },
        {
            "start": 1137081172,
            "stop": 1137081174
        },
        {
            "start": 1137081176,
            "stop": 1137081178
        },
        {
            "start": 1137081180,
            "stop": 1137081182
        },
        {
            "start": 1137081184,
            "stop": 1137081248
        },
        {
            "start": 1137081250,
            "stop": 1137081260
        }
    ]
}