Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1075
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=1076",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1074",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1075,
    "results": [
        {
            "start": 1253174370,
            "stop": 1253174658
        },
        {
            "start": 1253174662,
            "stop": 1253174735
        },
        {
            "start": 1253174738,
            "stop": 1253174746
        },
        {
            "start": 1253174749,
            "stop": 1253174750
        },
        {
            "start": 1253174754,
            "stop": 1253174758
        },
        {
            "start": 1253174761,
            "stop": 1253175025
        },
        {
            "start": 1253175034,
            "stop": 1253175111
        },
        {
            "start": 1253175116,
            "stop": 1253175134
        },
        {
            "start": 1253175137,
            "stop": 1253175267
        },
        {
            "start": 1253175272,
            "stop": 1253175398
        },
        {
            "start": 1253175401,
            "stop": 1253175583
        },
        {
            "start": 1253175588,
            "stop": 1253176011
        },
        {
            "start": 1253176016,
            "stop": 1253176029
        },
        {
            "start": 1253176033,
            "stop": 1253176206
        },
        {
            "start": 1253176211,
            "stop": 1253176463
        },
        {
            "start": 1253176467,
            "stop": 1253176689
        },
        {
            "start": 1253176692,
            "stop": 1253176755
        },
        {
            "start": 1253176758,
            "stop": 1253176885
        },
        {
            "start": 1253176890,
            "stop": 1253176921
        },
        {
            "start": 1253176926,
            "stop": 1253177592
        }
    ]
}