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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 144,
    "results": [
        {
            "start": 1416856624,
            "stop": 1416857688
        },
        {
            "start": 1416857692,
            "stop": 1416872189
        },
        {
            "start": 1416872194,
            "stop": 1416872924
        },
        {
            "start": 1416872927,
            "stop": 1416874423
        },
        {
            "start": 1416874428,
            "stop": 1416877511
        },
        {
            "start": 1416877515,
            "stop": 1416901856
        },
        {
            "start": 1416901859,
            "stop": 1416902226
        },
        {
            "start": 1416902229,
            "stop": 1416903700
        },
        {
            "start": 1416903705,
            "stop": 1416919290
        },
        {
            "start": 1416919291,
            "stop": 1416929952
        },
        {
            "start": 1416929957,
            "stop": 1416930547
        },
        {
            "start": 1416930799,
            "stop": 1416932297
        },
        {
            "start": 1416932632,
            "stop": 1416933694
        },
        {
            "start": 1416942316,
            "stop": 1416946520
        },
        {
            "start": 1416946523,
            "stop": 1416950496
        },
        {
            "start": 1416950740,
            "stop": 1416959123
        },
        {
            "start": 1416959128,
            "stop": 1416969571
        },
        {
            "start": 1416973307,
            "stop": 1416979986
        },
        {
            "start": 1416979991,
            "stop": 1416988895
        },
        {
            "start": 1416993992,
            "stop": 1416995570
        }
    ]
}