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/L1_BURST_CAT3/segments?format=api&page=5320
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5321",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5319",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5320,
    "results": [
        {
            "start": 1136524442,
            "stop": 1136524450
        },
        {
            "start": 1136524455,
            "stop": 1136524458
        },
        {
            "start": 1136524460,
            "stop": 1136524464
        },
        {
            "start": 1136524466,
            "stop": 1136524502
        },
        {
            "start": 1136524506,
            "stop": 1136524607
        },
        {
            "start": 1136524609,
            "stop": 1136524627
        },
        {
            "start": 1136524629,
            "stop": 1136524944
        },
        {
            "start": 1136524946,
            "stop": 1136525009
        },
        {
            "start": 1136525011,
            "stop": 1136525017
        },
        {
            "start": 1136525019,
            "stop": 1136525044
        },
        {
            "start": 1136525046,
            "stop": 1136525087
        },
        {
            "start": 1136525089,
            "stop": 1136525138
        },
        {
            "start": 1136525140,
            "stop": 1136525195
        },
        {
            "start": 1136525197,
            "stop": 1136525217
        },
        {
            "start": 1136525219,
            "stop": 1136525242
        },
        {
            "start": 1136525244,
            "stop": 1136525328
        },
        {
            "start": 1136525330,
            "stop": 1136525415
        },
        {
            "start": 1136525417,
            "stop": 1136525487
        },
        {
            "start": 1136525491,
            "stop": 1136525559
        },
        {
            "start": 1136525561,
            "stop": 1136525597
        }
    ]
}