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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 203,
    "results": [
        {
            "start": 1375312813,
            "stop": 1375313184
        },
        {
            "start": 1375313187,
            "stop": 1375314224
        },
        {
            "start": 1375314226,
            "stop": 1375315252
        },
        {
            "start": 1375315254,
            "stop": 1375316290
        },
        {
            "start": 1375316292,
            "stop": 1375317828
        },
        {
            "start": 1375317830,
            "stop": 1375318989
        },
        {
            "start": 1375318990,
            "stop": 1375318996
        },
        {
            "start": 1375319001,
            "stop": 1375320770
        },
        {
            "start": 1375320771,
            "stop": 1375328742
        },
        {
            "start": 1375328743,
            "stop": 1375333379
        },
        {
            "start": 1375333381,
            "stop": 1375334927
        },
        {
            "start": 1375334929,
            "stop": 1375337222
        },
        {
            "start": 1375337224,
            "stop": 1375340412
        },
        {
            "start": 1375340414,
            "stop": 1375341416
        },
        {
            "start": 1375341419,
            "stop": 1375341533
        },
        {
            "start": 1375341534,
            "stop": 1375342552
        },
        {
            "start": 1375342554,
            "stop": 1375343890
        },
        {
            "start": 1375343891,
            "stop": 1375345932
        },
        {
            "start": 1375345937,
            "stop": 1375347749
        },
        {
            "start": 1375347751,
            "stop": 1375350172
        }
    ]
}