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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=947",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=945",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 946,
    "results": [
        {
            "start": 1251644182,
            "stop": 1251644636
        },
        {
            "start": 1251644641,
            "stop": 1251645102
        },
        {
            "start": 1251645107,
            "stop": 1251645296
        },
        {
            "start": 1251645300,
            "stop": 1251645318
        },
        {
            "start": 1251645323,
            "stop": 1251645356
        },
        {
            "start": 1251645361,
            "stop": 1251645365
        },
        {
            "start": 1251645368,
            "stop": 1251645569
        },
        {
            "start": 1251645574,
            "stop": 1251645593
        },
        {
            "start": 1251645598,
            "stop": 1251645614
        },
        {
            "start": 1251645619,
            "stop": 1251645705
        },
        {
            "start": 1251645708,
            "stop": 1251646017
        },
        {
            "start": 1251646027,
            "stop": 1251646061
        },
        {
            "start": 1251646066,
            "stop": 1251646108
        },
        {
            "start": 1251646109,
            "stop": 1251646159
        },
        {
            "start": 1251646164,
            "stop": 1251646165
        },
        {
            "start": 1251646169,
            "stop": 1251646171
        },
        {
            "start": 1251646173,
            "stop": 1251646205
        },
        {
            "start": 1251646207,
            "stop": 1251646209
        },
        {
            "start": 1251646212,
            "stop": 1251646219
        },
        {
            "start": 1251646221,
            "stop": 1251646475
        }
    ]
}